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
This is something that I've mentioned in various PRs when we've been refactoring code around this; #13966 changed the loading side to create an object, but really this object should be created within the browser module.
There are a number of reasons to do this, partly code cleanliness, but perhaps the most useful feature would be to make it possible to change the executor for a browser based on command line args, thereby avoiding having to duplicate the browser for multiple executors (as we currently have for Edge, and will soon have for Chrome).
The text was updated successfully, but these errors were encountered:
@foolip I've expanded the description here; I'd probably say it's something we should definitely do as part of the Chrome/CDP work (so it's a command line argument rather than a separate product).
This is something that I've mentioned in various PRs when we've been refactoring code around this; #13966 changed the loading side to create an object, but really this object should be created within the browser module.
There are a number of reasons to do this, partly code cleanliness, but perhaps the most useful feature would be to make it possible to change the executor for a browser based on command line args, thereby avoiding having to duplicate the browser for multiple executors (as we currently have for Edge, and will soon have for Chrome).
The text was updated successfully, but these errors were encountered: