January 2018
Beginner to intermediate
354 pages
7h 59m
English
switch (browser) { case "firefox": caps = DesiredCapabilities.firefox(); FirefoxOptions ffOpts = new FirefoxOptions(); FirefoxProfile ffProfile = new FirefoxProfile(); ffProfile.setPreference("browser.autofocus", true); caps.setCapability(FirefoxDriver.PROFILE, ffProfile); caps.setCapability("marionette", true); webDriver.set(new ...
Read now
Unlock full access