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 discuss the possibility of enhancing WebDriver BiDi to support running commands and subscribing to events for a specified list of user contexts. This would provide more granular control over how commands are issued and events are captured in multi-user context scenarios.
Here some examples:
Use the browsingContext.setViewport command to set the viewport for all the tabs from user context 1 at the same time. Same could be imagined for a future user agent emulation.
Subscribe to events like browsingContext.contextCreated only for tabs of a given user context.
The text was updated successfully, but these errors were encountered:
We should discuss the possibility of enhancing WebDriver BiDi to support running commands and subscribing to events for a specified list of user contexts. This would provide more granular control over how commands are issued and events are captured in multi-user context scenarios.
Here some examples:
browsingContext.setViewport
command to set the viewport for all the tabs from user context 1 at the same time. Same could be imagined for a future user agent emulation.browsingContext.contextCreated
only for tabs of a given user context.The text was updated successfully, but these errors were encountered: