Skip to content

Commit f3ef164

Browse files
committed
Remove automationName assignment
1 parent 64838b4 commit f3ef164

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/tools/appautomate.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ async function takeAppScreenshot(args: {
9696
);
9797
}
9898

99-
const automationName =
100-
desiredPlatform === Platform.ANDROID ? "uiautomator2" : "xcuitest";
101-
10299
const app_url = await uploadApp(appPath);
103100
logger.info(`App uploaded. URL: ${app_url}`);
104101

@@ -107,7 +104,6 @@ async function takeAppScreenshot(args: {
107104
"appium:platformVersion": selectedDevice.os_version,
108105
"appium:deviceName": selectedDevice.device,
109106
"appium:app": app_url,
110-
"appium:automationName": automationName,
111107
"appium:autoGrantPermissions": true,
112108
"bstack:options": {
113109
userName: config.browserstackUsername,

0 commit comments

Comments
 (0)