-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselectors.json
More file actions
20 lines (20 loc) · 870 Bytes
/
Copy pathselectors.json
File metadata and controls
20 lines (20 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"sign_in": {
"link": "a.nav-complex-inner",
"email": "[for=labeled-input-signEmail]",
"passwd": "[for=labeled-input-password]",
"continue": "#signInSubmit"
},
"monitor": {
"add_cart": "//a[contains(normalize-space(text()), 'Add to Cart')]",
"notify": "//a[contains(normalize-space(text()), 'Auto Notify')]"
},
"checkout": {
"checkout": "//button[contains(normalize-space(text()), 'Secure Checkout')]",
"delivery": "//button[contains(normalize-space(text()), 'Continue to delivery')]",
"payment": "//button[contains(normalize-space(text()), 'Continue to payment')]",
"csv": "[placeholder='CVV2']",
"review": "//button[contains(normalize-space(text()), 'Review your order')]",
"place": "//button[contains(normalize-space(text()), 'Place Order')]"
}
}