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
Drivers for different browsers are configured differently - for the chromedriver "switches", which allow the use of fake media devices, are passed in arguments as a command line, for the geckodriver the same is done through preferences (about:config).
Motivation
Drivers for different browsers are configured differently - for the chromedriver "switches", which allow the use of fake media devices, are passed in arguments as a command line, for the geckodriver the same is done through preferences (about:config).
There is currently no way to pass preferences.
Proposed Solution
Add the ability to pass preferences through environment variables
Alternatives
Configure the client for the web driver through a file, where you can describe all the options - arguments and preferences.
The text was updated successfully, but these errors were encountered: