hi Team
I am getting this error while trying to automate android chrome using QAF
Caused by: org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: An unknown server-side error occurred while processing the command. Original error: No Chromedriver found that can automate Chrome '83.0.4103'. You could also try to enable automated chromedrivers download as a possible workaround.
I want to understand that why QAF is not finding the chrome driver automatically. Or is it an issue/limitation with appium v2.19 ??
When I am passing the chrome driver binary specifically then only it is running. But I cannot reply on that. I need to run over multiple browsers and versions keep on change. Below are the capabilities I am using. Please suggest If I am missing something here.
We are passing `
driver.name = androidDriver` while running the suite.
remote.server = http://localhost:4723
android.capabilities.driverClass = io.appium.java_client.android.AndroidDriver
android.capabilities.platformName = Android
android.capabilities.app=
android.capabilities.automationName = uiautomator2
android.capabilities.browserName = Chrome
android.capabilities.deviceName = emulator-5554 # or real device name like "Pixel 6"
android.capabilities.platformVersion = 11 # your device's version
android.capabilities.newCommandTimeout = 360
android.capabilities.adbExecTimeout = 60000
android.capabilities.autoGrantPermissions = true
android.capabilities.chromedriverExecutable=
Thanks and Regards
Jatin Kumar