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 7fb4ef2 commit 837d37eCopy full SHA for 837d37e
demo-vue/e2e/test.e2e.ts
@@ -98,7 +98,7 @@ describe("Facebook tests", async function () {
98
}
99
let continueButton;
100
if(driver.isAndroid){
101
- continueButton = await driver.findElementByAccessibilityId("Continue")
+ continueButton = await driver.findElementByClassName("android.widget.Button")
102
103
else{
104
continueButton = await driver.findElementByText("Continue", SearchOptions.exact);
0 commit comments