Can I add/use Experimental options in Selenium Web Driver?

Can I add/use Experimental options in Selenium Web Driver?

I’m afraid you will need to be more specific, where and how exactly are they specified? Look at the source code (starting from here) and let me know what you would change in order to activate the experimental options, sadly I don’t have time to look into this properly myself.

First of all there are few things missing in OB 2(I Know its still in beta) compare to OB 1, Selenium features
Like Custom CMD arguments, Extension Support

And I am suggesting to add Experimental options
Reference:

Like in OB 1 Source:LINK

there is Add Argument Options
chromeop.AddArgument("--disable-notifications");

Same way there should be
chromeop.excludeSwitches("disable-popup-blocking");

All Selenium Arguments : LINK

Please open an issue on github and copy the content of this post so that we can keep track of it and not forget, thank you.

okay i will ,thanks :+1: :+1: