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

Method androidPackage

javascript/selenium-webdriver/chromium.js:443–446  ·  view source on GitHub ↗

* Sets the package name of the Chrome or WebView app. * * @param {?string} pkg The package to connect to, or `null` to disable Android * and switch back to using desktop browser. * @return {!Options} A self reference.

(pkg)

Source from the content-addressed store, hash-verified

441 * @return {!Options} A self reference.
442 */
443 androidPackage(pkg) {
444 this.options_.androidPackage = pkg
445 return this
446 }
447
448 /**
449 * Sets the process name of the Activity hosting the WebView (as given by

Callers 1

androidChromeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected