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 c25817d commit e9edb65Copy full SHA for e9edb65
seleniumbase/fixtures/base_case.py
@@ -10283,11 +10283,11 @@ def setUp(self, masterqa_mode=False):
10283
raise Exception(exception_string)
10284
if self.mobile_emulator:
10285
if not self.user_agent:
10286
- # Use the Pixel 3 user agent by default if not specified
+ # Use the Pixel 4 user agent by default if not specified
10287
self.user_agent = (
10288
- "Mozilla/5.0 (Linux; Android 9; Pixel 3 XL) "
+ "Mozilla/5.0 (Linux; Android 11; Pixel 4 XL) "
10289
"AppleWebKit/537.36 (KHTML, like Gecko) "
10290
- "Chrome/76.0.3809.132 Mobile Safari/537.36"
+ "Chrome/89.0.4389.105 Mobile Safari/537.36"
10291
)
10292
10293
# Dashboard pre-processing:
0 commit comments