Titus Fortner
Titus Fortner
Ok, we decided that we should not change the bindings code if #10938 works as expected. If IEDriver automatically redirects to Edge on the Machine, then IE Driver will use...
@pujagani I don't see how 10600 should affect this, am I missing something?
This has been merged for next release of IE Driver
Thanks for the contribution. I'm not very experienced in either C# or in DevTools, but I'm trying to help out more in this part of the codebase, so a few...
There's a lot I don't know about this functionality. The code is in the `JsonHttpCommandHandler`, so it is not w3c compliant. Based on that SO question saying it only worked...
I think we want to just remove this (instead of marking it deprecated because it doesn't actually work anywhere right now), and maybe bring it to the attention of the...
Yeah, I think we want to start actively removing this kind of code. Java implementation is way complex right now.
Can you set the desired location of your Chromium binary with: `ENV["WD_CHROME_PATH"]`
If you already know the path to an existing driver that you want to use, you can pass it in to Selenium's Service class and it will ignore webdrivers gem...
This gem is generally consistent in approach between different browsers/drivers/platforms. Anything done in the gem to accommodate a custom browser implementation that has a custom driver is going to be...