Код: Выделить всё
Код: Выделить всё
driver = await buildDriver({
platformName: 'Android',
'appium:automationName': 'UiAutomator2',
'appium:deviceName': 'Android',
'appium:app': '/app-release.apk',
'appium:autoGrantPermissions': true,
});
const splash = await driver.$('~home-tab-button');
await splash.waitForExist({
timeout: 30000
});


Подробнее здесь: https://stackoverflow.com/questions/790 ... -in-appium
Мобильная версия