OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "description": "Chrome Endure control test to test gmail page reload", | |
3 "user_agent_type": "desktop", | |
4 "archive_data_file": "data/gmail_refresh.json", | |
5 "credentials_path": "data/credentials.json", | |
6 | |
7 "pages": [ | |
8 { | |
9 "url": "https://mail.google.com/mail/", | |
10 "credentials": "google", | |
11 "why": "Continually reload the gmail page.", | |
12 "endure": { "action": "reload", "seconds": 2 } | |
13 } | |
14 ] | |
15 } | |
16 | |
OLD | NEW |