Hello,
I like to use set_capability function of Edge option to set below browser capabilities. Anyone knows how can I set below capabilities in Edge browser.
Disable-infobars: to prevent edge browser from displaying notifications
Inprivate: to open edge browser in private mode
start-maximized: to open edge browser in maximized mode
Headless: to open the edge browser in headless mode.
PageLoadStrategy: to set page load strategy to normal/eager/none.
Binary: to set binary path
I'm using edge browser (101.0.1210.39) and edge option from python selenium 3.141.0. So it don't have add_argument / add_experimental_option like functions.
I know in python selenium 4, we can do this:
So, similar to that I did this in selenium 3.141.0 but it didn't work
Let me know how to set options and arguments using set_capability function in python selenium 3 for Edge browser