Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit cfac4fe

Browse files
committed
Replace mobile_emulation Nexus 5 with iPad
1 parent 016faa3 commit cfac4fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Note image ids also change after scm-source.json has being updated which trigger
1111
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/2165f8bc5ed5642c61fa500...master (TBD_DATE)
1212
+ Upgrade Chromedriver minor from 2.20 to 2.30
1313
+ Add cleanup-container.sh for Zalenium
14+
+ Tests: Replace Nexus 5 with mobile_emulation = {"deviceName": "iPad"}
1415
+ **Image tag details:**
1516
+ Selenium version: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)
1617
+ Chrome stable: TBD_CHROME_STABLE

test/python_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
if args.browser == 'chrome':
2323
caps = DesiredCapabilities.CHROME
2424
elif args.browser == 'mobile_emulation':
25-
mobile_emulation = {"deviceName": "Google Nexus 5"}
25+
mobile_emulation = {"deviceName": "iPad"}
2626
opts = webdriver.ChromeOptions()
2727
opts.add_experimental_option("mobileEmulation", mobile_emulation)
2828
caps = opts.to_capabilities()

0 commit comments

Comments
 (0)