andreastt

Results 13 issues of andreastt

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28802 csnover: > There is currently no way to handle HTTP authentication prompts when navigating to a page, only pre-authentication with username/password in the URL works (and, apparently, not without...

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29695 Alex: > Need a support of window.Notification() by Web Driver for test automation. > > I have created a request to SeleniumHQ team (https://github.com/SeleniumHQ/selenium/issues/2259) and reply was: > "Closing...

I would like to propose converting the specification to use the [Bikeshed spec pre-processor](https://github.com/tabatkins/bikeshed). Bikeshed produces specification documents that are equivalent to [ReSpec](https://github.com/w3c/respec/wiki) that we currently use, but instead of...

proposal

DOM properties could be complex objects, even elements. One can return properties using [Get Element Property](https://w3c.github.io/webdriver/#dfn-get-element-property), but we don’t sanitise/serialise the data before returning it across the wire. I’m assuming...

bug
Get Element Property

The _Element Click_ command is currently unable to interact with (hit) elements inside ``s that are outside the viewport because it does not bring the `` into view first. This...

bug

Gerardo Capiel: > Provide similar methods for audio and/or video recording as to take screenshots.

When a site has Content Security Policy (CSP) enabled which restricts uses of `eval()`, a warning is emitted to the console: > Content Security Policy: The page’s settings blocked the...

There is no information in the README how to run the tests that run on Travis locally. An explainer might help prevent accidental mishaps that cause the Jenkins try run...

The `renderChains` routine that displays the comments attached to a review (/r/_N_) has problems displaying unicode characters. See the attached screenshot where the character ’ is replaced by �: ![screen...

geckodriver does currently not handle signals at all. We could handle SIGINT and prevent cases such as https://github.com/mozilla/geckodriver/issues/285#issuecomment-290473835 by sending the ‘quit’ command to Marionette if a connection is open....

geckodriver