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
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
With the latest versions of selenium, it looks like we no longer need to flatten capabilities from the command line. For example, try --capabilities.chromeOptions.binary.
The text was updated successfully, but these errors were encountered:
This is no longer necessary in the latest version of selenium-webdriver.
Without this change, `--capabilities.chromeOptions.binary` will do nothing,
for example.
Closesangular#3290
This is no longer necessary in the latest version of selenium-webdriver.
Without this change, `--capabilities.chromeOptions.binary` will do nothing,
for example.
Closes#3290
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the latest versions of selenium, it looks like we no longer need to flatten capabilities from the command line. For example, try
--capabilities.chromeOptions.binary
.The text was updated successfully, but these errors were encountered: