-
Notifications
You must be signed in to change notification settings - Fork 14
Open Chrome in mobile mode
Ha Do edited this page Sep 8, 2020
·
3 revisions
Follow Chrome documentation about Mobile Emulator
Map<String, Object> mobileEmulation = new HashMap<>();
mobileEmulation.put("deviceName", "iPad Pro");
ChromeOptions opts = new ChromeOptions();
opts.setExperimentalOption("mobileEmulation", mobileEmulation);
new ChromeDriver(opts);
-
Nội dung khoá học kiểm thử tự động căn bản với Selenium và Java
-
Open browsers with selenium and java:
2.1. Edge
2.2. Headless browsers
2.3. Chrome mobile mode