w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
353 stars 39 forks source link

Create new contexts in the foreground by default #489

Closed OrKoN closed 1 year ago

OrKoN commented 1 year ago

This PR adds a new parameter to browsingContext.create called background with the default value false. This allows the client to control whether a new context is created in the foreground or in the background with foreground becoming the default.

Closes #475


Preview | Diff

OrKoN commented 1 year ago

WPT https://github.com/web-platform-tests/wpt/pull/41041