Henrik Skupin

Results 47 issues of Henrik Skupin

As given by the DOM spec: https://dom.spec.whatwg.org/#context-object The usage of `context.object` is deprecated, and needs to be replaced with `this`. The WebDriver spec uses it across several commands.

The [New Window](https://w3c.github.io/webdriver/#new-window) command doesn't actually await the load of the initial `about:blank` page within the newly opened tab or window. Given that the load of about:blank is not synchronous...

enhancement
New Window

Here the relevant part of the spec: > 14.1 Element Click > > 9. Perform implementation-defined steps to allow any navigations triggered by the click to start. > > 10....

enhancement

With my recent changes on #1556 we do not run a check for user prompts when the current browsing context is already the top-level browsing context. The question is if...

question
Switch To Parent Frame

Right now the WebDriver spec for [Element Click](https://w3c.github.io/webdriver/#element-click) requires a `Try to wait for navigation to complete`. Given the uncertainty when a navigation actually gets started after the click event,...

In step 1 of the Back and Forward commands the top-level browsing context is checked, but in step 3 the traversal happens in the current browsing context. That means the...

While implementing `stacktrace` support for console API calls for the [WebDriver BiDi](https://w3c.github.io/webdriver-bidi/) support in Firefox I noticed differences between browsers. Per the specification we should include the `stacktrace` for the...

Would be nice to have auto-complete support for cinnabar working. It could also show available commands and possible options.

enhancement
help wanted

PR for regression testing for https://github.com/mozilla/geckodriver/issues/2042.

As of right now Puppeteer downloads Firefox Nightly by default. This was pretty helpful for us while getting started to implement CDP commands in Firefox, and get new features out...

feature
confirmed