

When starting a session (manual discovery)Ĭhromedriver version can be specified in session capabilities, by providing theĬhromedriverExecutable cap, containing the full path to a matchingĬhromedriver executable, which must be manually downloaded and put to the server file system. chromedriver-executable server flag, along with the full path to theĬhromedriver executable which was manually downloaded and put to the server file system, e.g., appium -chromedriver-executable /path/to/my/chromedriver When starting the serverĬhromedriver version can be specified at runtime, by specifying the This can also be set to LATEST to get the most recent version. Or specify the Chromedriver version in the CHROMEDRIVER_VERSION environment variable,Į.g, CHROMEDRIVER_VERSION=2.20 npm install appium Provide -chromedriver_version command line argument containing the actual version number npm install appium -chromedriver_version="2.16" There are several ways to provide a customized Chromedriver to Appium: When installing the server Read the Chromedriver/Chrome compatibility topic below to know more about finding a matching Chromedriver executable.

To the Chrome engine version running on the device under test. To get around this it is necessary to provide Appium with a proper Chromedriver binary, Original error: unknown error: Chrome version must be >=. In the Appium server logs there will be an error like: An unknown server-side error occurred while processing the command. Supported version of Chrome, such that older devices are often unable to be automated With each update to Chromedriver there is an increase in the minimum Latest version of Chromedriver, installed through the Instance and proxying commands to it when necessary. Hybrid apps that are Chrome-backed, by managing a Chromedriver Please refer to for Appium 2.0 and newr Web testing with UiAutomator2 driver.Īppium supports automating Android web pages (in Chrome and the built-in Browser) and This documentation is only for Appium 1.x. Running with multiple versions of Xcode.

