We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2ca10 commit 85a2bc8Copy full SHA for 85a2bc8
lib/helper/Appium.js
@@ -1654,6 +1654,7 @@ class Appium extends Webdriver {
1654
*/
1655
async seeElement(locator) {
1656
if (this.isWeb) return super.seeElement(locator)
1657
+ this.switchToContext('NATIVE_APP')
1658
return super.seeElement(parseLocator.call(this, locator))
1659
}
1660
0 commit comments