| OLD | NEW |
| 1 { | 1 { |
| 2 "description": "Chrome Endure test for GMail.", | 2 "description": "Chrome Endure test for GMail.", |
| 3 "archive_data_file": "../data/gmail_alt_threadlist_conversation.json", | 3 "archive_data_file": "../data/gmail_alt_threadlist_conversation.json", |
| 4 "credentials_path": "../data/credentials.json", | 4 "credentials_path": "../data/credentials.json", |
| 5 "user_agent_type": "desktop", | 5 "user_agent_type": "desktop", |
| 6 "pages": [ | 6 "pages": [ |
| 7 { | 7 { |
| 8 "url": "https://mail.google.com/mail/", | 8 "url": "https://mail.google.com/mail/", |
| 9 "name": "gmail_alt_threadlist_conversation", |
| 9 "why": "Alternate between Inbox and the first email conversation", | 10 "why": "Alternate between Inbox and the first email conversation", |
| 10 "credentials": "google", | 11 "credentials": "google", |
| 11 "navigate_steps" : [ | 12 "navigate_steps" : [ |
| 12 { "action": "navigate" }, | 13 { "action": "navigate" }, |
| 13 { "action": "wait", "javascript": "window.gmonkey !== undefined && docum
ent.getElementById('gb') !== null" } | 14 { "action": "wait", "javascript": "window.gmonkey !== undefined && docum
ent.getElementById('gb') !== null" } |
| 14 ], | 15 ], |
| 15 "endure": [ | 16 "endure": [ |
| 16 { | 17 { |
| 17 "action": "click_element", | 18 "action": "click_element", |
| 18 "xpath": "//span[@email]" | 19 "xpath": "//span[@email]" |
| 19 }, | 20 }, |
| 20 { "action": "wait", "condition": "href_change" }, | 21 { "action": "wait", "condition": "href_change" }, |
| 21 { "action": "wait", "seconds": 1 }, | 22 { "action": "wait", "seconds": 1 }, |
| 22 { | 23 { |
| 23 "action": "click_element", | 24 "action": "click_element", |
| 24 "selector": "a[href=\"https://mail.google.com/mail/u/0/?shva=1#inbox\"
]" | 25 "selector": "a[href=\"https://mail.google.com/mail/u/0/?shva=1#inbox\"
]" |
| 25 }, | 26 }, |
| 26 { "action": "wait", "condition": "href_change" }, | 27 { "action": "wait", "condition": "href_change" }, |
| 27 { "action": "wait", "seconds": 1 } | 28 { "action": "wait", "seconds": 1 } |
| 28 ] | 29 ] |
| 29 } | 30 } |
| 30 ] | 31 ] |
| 31 } | 32 } |
| OLD | NEW |