qaf-2.1.12RC
qaf-support-2.1.11Rc1
Steps To Reproduce
1. Try to execute the qaf-blank-project, sample test case & the following error is shown
Unable to create driver instance in 1st attempt with retry timeout of 10 seconds. You can check/set value of 'driver.init.retry.timeout' appropriately to set retry timeout on driver initialization failure.Could not initialize class com.qmetry.qaf.automation.ui.UiDriverFactory$Browsers
Changed the following values in application.properties & could still see a failure
remote.port=3089
chrome.additional.capabilities={"proxy":{"proxyType":"MANUAL","autodetect":false,"httpProxy":"localhost:8080"}}
Could you please tell me what else changes are required to create driver instance?
If your AUT is behind an HTTP proxy
#proxy setting
system.http.proxyHost=proxy IP address
system.http.proxyPort=proxy porthttp.proxyUser=user name if HTTP-proxy authentication required;#system.http.proxyPassword=user password if HTTP-proxy authentication required.#system.