You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be OK using the global approach due to
https://w3c.github.io/webdriver-bidi/#command-script-addPreloadScript
Step 4 - making sure that the Context exits, if we don't already have it
we in our storage.
Adding the note because on there was discussion around ID and sharing
them between Multiple BiDi sessions.
From Alex: The above is only true if we are adding the scripts to same
origin iframes. This will not work for example for workers, cross-origin
iframes and a like that create a new target, and per spec preload
scripts should affect them as well.
Tracked at #1353
The parameter was added in w3c/webdriver-bidi#517 needs to be implemented, so it can be used in Puppeteer.
WPT tests will be added in web-platform-tests/wpt#41932.
browsingContext.create
)The text was updated successfully, but these errors were encountered: