Top "Desiredcapabilities" questions

ChromeDriver(Capabilities capabilities) is deprecated

I use ChromeDriver 2.33 with WebDriver 3.6.0 and try to set default directory for file download. Map<String, Object> prefs = …

java selenium-webdriver selenium-chromedriver desiredcapabilities
Selenium Chrome Options and Capabilities

I'm trying to automatically download a file with selenium. To do so I would like to set the default download …

python selenium google-chrome selenium-chromedriver desiredcapabilities
DesiredCapabilities is obsolete

I used to have the following code in order to run the driver as different user. public static IWebDriver RunIEAsDifferentUser(…

c# selenium selenium-webdriver desiredcapabilities
Displaying an error: “Original error: ‘app’ option is required for reinstall” while start session in Appium

I’m new at Appium. I defined into ‘Desired Capabilities’ tab needed capabilities such as: deviceName udid platformName platformVersion appPackage …

android android-studio appium desiredcapabilities
Selenium not detecting the second window in IE

My application opens up a new window on clicking a button and i need to perform some actions in that …

java selenium selenium-webdriver internet-explorer-11 desiredcapabilities