Simon Mavi Stewart
Simon Mavi Stewart
There should be a `data` property on the error object: we specced it out that way to support people who want to provide additional context when things go wrong. I'm...
Of all the suggested amendments to the spec, only the first ("Change the spec to allow valid cookies to be added a web driver session at any point after creation.")...
Right now, Selenium just takes the domain returned from the browser and shovels that into the response. Reading the code of the legacy Firefox driver, whatever is returned from Firefox's...
I'm in favour of anything that encourages improving a11y of markup, and which makes using webdriver easier. I'll happily review a PR for this.
Local ends use this exception to allow them to tell the difference between "the user has just searched for something that doesn't exist" and "this element used to exist, and...
We set aside the issue of inter-frame actions (such as dragging an item from one iframe into another), but it's desirable to be able to do this, and (I think)...
I'm not sure how meaningful this is. Most of the drivers out there allow you to install extensions (such as adblockers), so there's no need to bake it into this...
Authentication isn't always via a username and password. Other valid forms include OTPs, and security tokens. Any API for authentication added to webdriver should support those other mechanisms too.
NTLM and FaceID are both authentication mechanisms baked into browsers that we need to support. The idea isn't _specifically_ about OTP, it's about the fact that browser-based authentication via modal...
That's suboptimal. I'll fix that now.