Skip to content

Commit e9edb65

Browse files
committed
Upgrade the default Android emulator settings
1 parent c25817d commit e9edb65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10283,11 +10283,11 @@ def setUp(self, masterqa_mode=False):
1028310283
raise Exception(exception_string)
1028410284
if self.mobile_emulator:
1028510285
if not self.user_agent:
10286-
# Use the Pixel 3 user agent by default if not specified
10286+
# Use the Pixel 4 user agent by default if not specified
1028710287
self.user_agent = (
10288-
"Mozilla/5.0 (Linux; Android 9; Pixel 3 XL) "
10288+
"Mozilla/5.0 (Linux; Android 11; Pixel 4 XL) "
1028910289
"AppleWebKit/537.36 (KHTML, like Gecko) "
10290-
"Chrome/76.0.3809.132 Mobile Safari/537.36"
10290+
"Chrome/89.0.4389.105 Mobile Safari/537.36"
1029110291
)
1029210292

1029310293
# Dashboard pre-processing:

0 commit comments

Comments
 (0)