tp7_desktop_sites.json (1538B)
1 { 2 "desktop": [ 3 { 4 "login": false, 5 "name": "weather", 6 "test_url": "https://weather.com/en-CA/weather/today/l/43.67%2C-79.42", 7 "secondary_url": "https://weather.com/en-CA/weather/monthly/l/43.67%2C-79.42", 8 "dismiss_cookie_prompt": [ 9 [ 10 "click.byXpathAndWait", 11 "/html/body/div[1]/main/div[2]/main/div[10]/section/section/button/svg" 12 ] 13 ] 14 }, 15 { 16 "login": false, 17 "name": "samsung", 18 "test_url": "https://www.samsung.com/us", 19 "secondary_url": "https://www.samsung.com/us/mobile", 20 "dismiss_cookie_prompt": [ 21 ["click.byXpathAndWait", "/html/body/div[1]/header/div[2]/div/button"] 22 ] 23 }, 24 { 25 "login": false, 26 "_comment": "Bug 1890563, setup logins for openai and tiktok", 27 "name": "openai", 28 "test_url": "https://openai.com/", 29 "secondary_url": "https://openai.com/blog" 30 }, 31 { 32 "login": false, 33 "name": "docomo", 34 "test_url": "https://www.docomo.ne.jp/", 35 "secondary_url": "https://www.docomo.ne.jp/iphone/?icid=CRP_menu_to_CRP_IPH" 36 }, 37 { 38 "login": false, 39 "name": "tiktok", 40 "_comment": "Bug 1890563, setup logins for openai and tiktok", 41 "test_url": "https://www.tiktok.com/en", 42 "secondary_url": "https://www.tiktok.com/explore", 43 "dismiss_cookie_prompt": [ 44 [ 45 "click.byXpathAndWait", 46 "/html/body/div[5]/div[3]/div/div/div/div[1]/div/div/div[3]/div/div[2]/div/div/div" 47 ] 48 ] 49 } 50 ] 51 }