We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3081f commit 09f2b7eCopy full SHA for 09f2b7e
views/auth/view_strategies.py
@@ -2,10 +2,19 @@
2
3
# View identification strategies
4
EMAIL_VIEW_IDENTIFIERS = [
5
+ (AppiumBy.ID, "ap_email_login"),
6
+ (
7
+ AppiumBy.XPATH,
8
+ "//android.webkit.WebView[@text='Amazon Sign-In']//android.widget.EditText[@hint='Enter mobile number or email']",
9
+ ),
10
(
11
AppiumBy.XPATH,
12
"//android.webkit.WebView[@text='Amazon Sign-In']//android.widget.EditText[@hint='Email or phone number']",
13
),
14
15
16
+ "//android.webkit.WebView[@text='Amazon Sign-In']//android.view.View[@resource-id='ap_login_form']",
17
18
]
19
20
PASSWORD_VIEW_IDENTIFIERS = [
0 commit comments