new version
This commit is contained in:
BIN
tests/misc/android/chromedriver_90
Executable file
BIN
tests/misc/android/chromedriver_90
Executable file
Binary file not shown.
@@ -56,7 +56,7 @@ exports.config = {
|
||||
|
||||
appium: {
|
||||
args: {
|
||||
chromedriverExecutable: path.join(__dirname, "misc/chromedriver"),
|
||||
chromedriverExecutable: path.join(__dirname, "misc/android/chromedriver_90"),
|
||||
}
|
||||
},
|
||||
|
||||
@@ -65,7 +65,7 @@ exports.config = {
|
||||
capabilities: [{
|
||||
automationName: "UiAutomator2",
|
||||
// automationName: "Espresso",
|
||||
chromedriverExecutable: path.join(__dirname, "misc/chromedriver"),
|
||||
chromedriverExecutable: path.join(__dirname, "misc/android/chromedriver_90"),
|
||||
|
||||
// For Android, Appium uses the first device it finds using "adb devices". So, this
|
||||
// string simply needs to be non-empty.
|
||||
@@ -103,4 +103,4 @@ exports.config = {
|
||||
console.log("tearing down...");
|
||||
await Service.tearDown();
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user