Default location of ChromeDriver binary and Chrome binary on windows 7
问题 What is the default location of ChromeDriver binary and Chrome binary on windows 7 for triggering appium using java-client.jar? if i am using RemoteWebDriver and tries to initiate chrome browser, from where does the selenium initiates the chromedriver? the code: DesiredCapabilities capabilities = new DesiredCapabilities(); capabilities.setCapability("userName", ReadProperties.Properties("MobileUsername")); capabilities.setCapability("password", ReadProperties.Properties("MobilePassword"));