We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f4159 commit 7593003Copy full SHA for 7593003
examples/github_test.py
@@ -14,9 +14,9 @@ def test_github(self):
14
self.browser == "chrome" or self.browser == "edge"
15
):
16
self.get_new_driver(
17
- agent="""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) """
+ agent="""Mozilla/5.0 """
18
"""AppleWebKit/537.36 (KHTML, like Gecko) """
19
- """Chrome/90.0.4430.85 Safari/537.36"""
+ """Chrome/92.0.4515.159 Safari/537.36"""
20
)
21
self.open("https://github.com/search?q=SeleniumBase")
22
self.slow_click('a[href="/seleniumbase/SeleniumBase"]')
0 commit comments