Titus Fortner
Titus Fortner
I believe all browsers are doing the right thing according to the spec. The issue is only whether Selenium should be more opinionated in this support class implementation, and I...
So I'm looking through this in the Ruby bindings, and it brings up a bunch of weird edge cases... Should `getOptions()` include disabled options? Should `deselectAll()` error if there is...
Ruby - f207270082d762764fd0b05328f87eb6ea5efcbe Python - e2bbb54153370ee56b43e7260aef5923ec826be4 .NET - fa85effa0e77d946a3f4dcc94a9d0b6b407c2749 @harsha509 needs to help me with the JS, because what I'm doing isn't working. :) https://github.com/SeleniumHQ/selenium/commit/ab017bb4c3aa335fad76963c8919d4af2d3c71a2
What exactly isn't working for you? If you locate the options you want to select and send the click command, Selenium should select them without de-selecting other options. My implementation...
You don't need to use keyDown. Just click everything you want and it should keep the others selected still.
Nothing explicitly actionable here, so I'm closing
@symonk we could add an `additional_headers` argument to constructor or as a class property in `RemoteConnection` to update the [default headers](https://github.com/SeleniumHQ/selenium/blob/trunk/py/selenium/webdriver/remote/remote_connection.py#L108-L112) In the meantime the user *could subclass the browser...
I think what needs to be decided here is how we are handling all of the HTML5 functionality across all the languages. Next step is essentially an inventory of which...
Next step was to figure out which languages marked as deprecated, which removed and which implemented them in JS. Then we figure out how they should be done in all...
More accurately this should be discussing the HTML functionality that was added back in 2015 ApplicationCache, WebStorage, & LocationContext Need to inventory which languages have methods pointing to outdated endpoints,...