-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skipping chromedriver download during installation #1505
Comments
You need to pass |
Does that flag work while installing the plugin itself? Because running |
@JacksonLei123 CLI flag is post installation and not during installation. We don't download chromedriver during installation. Can you please share logs if something is failing |
Getting the following error when running
|
@JacksonLei123 please share full logs. Plugin nor Appium does not installation any chrome |
Can you try setting below environment variable and install the plugin
Reference: https://github.com/appium/appium-chromedriver?tab=readme-ov-file#skipping-binary-installation |
Describe the bug
Is there any way to skip chromedriver download when running
appium plugin install --source=npm appium-device-farm
? Like passing a flag similar to--chromedriver-skip-install
when downloading appium. This could be useful for those who prefer to manually install a chromedriver in a custom directoryThe text was updated successfully, but these errors were encountered: