* 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.
()
| 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 |
no test coverage detected