File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def test_github(self):
16
16
self .get_new_driver (
17
17
agent = """Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) """
18
18
"""AppleWebKit/537.36 (KHTML, like Gecko) """
19
- """Chrome/86 .0.4240.198 Safari/537.36""" )
19
+ """Chrome/90 .0.4430.85 Safari/537.36""" )
20
20
self .open ("https://github.com/search?q=SeleniumBase" )
21
21
self .slow_click ('a[href="/seleniumbase/SeleniumBase"]' )
22
22
self .click_if_visible ('[data-action="click:signup-prompt#dismiss"]' )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def test_apple_developer_site_webdriver_instructions(self):
13
13
self .get_new_driver (
14
14
agent = """Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) """
15
15
"""AppleWebKit/537.36 (KHTML, like Gecko) """
16
- """Chrome/86 .0.4240.198 Safari/537.36""" )
16
+ """Chrome/90 .0.4430.85 Safari/537.36""" )
17
17
self .open ("https://developer.apple.com/search/" )
18
18
title = "Testing with WebDriver in Safari"
19
19
self .type ('[placeholder*="developer.apple.com"]' , title + "\n " )
You can’t perform that action at this time.
0 commit comments