MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / androidChrome

Method androidChrome

javascript/selenium-webdriver/chrome.js:177–179  ·  view source on GitHub ↗

* Configures the ChromeDriver to launch Chrome on Android via adb. This * function is shorthand for * #androidPackage options.androidPackage('com.android.chrome'). * @return {!Options} A self reference.

()

Source from the content-addressed store, hash-verified

175 * @return {!Options} A self reference.
176 */
177 androidChrome() {
178 return this.androidPackage('com.android.chrome')
179 }
180
181 /**
182 * Sets the path to Chrome's log file. This path should exist on the machine

Callers 1

chrome_android.jsFile · 0.80

Calls 1

androidPackageMethod · 0.95

Tested by

no test coverage detected