Browser playback not startingup chrome browser
I have a requirement
Navigate to webpage and generate a token. I tried using the browser playback option, but I getting the below error
I tried updating the drivers but no luck.
Tagged:
0
I have a requirement
Navigate to webpage and generate a token. I tried using the browser playback option, but I getting the below error
I tried updating the drivers but no luck.
Comments
What versions of SOAtest and Chrome are you using?
I am using SOA 9.9 and chrome 60.0.3112.113
It sounds like the Selenium Chrome extension is blacklisted. Please speak with your administrator to whitelist the Chrome extension. The registry keys are at:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome(ExtensionInstallBlackList / ExtensionInstallWhiteList)
The key to whitelist is "aapnijgdinlhnhlmodcfapnahmbfebeb".
Alternately, you can try to substitute the chrome executable with a script that launches the chrome executable plus the argument --disable-extensions, but note that this will disable windowing functionality (such as Maximize) and may not work for certain versions of the Chrome driver:
echo off
start "" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-extensions %*
This is a known limitation of the Selenium Chrome driver. See https://bugs.chromium.org/p/chromedriver/issues/detail?id=639#c28 for details.
Thanks Tony
I have done as directed, the browser is opening without a error message but the test is failing in the tool with below message
If you have not already, you must update chromedriver.exe in:
\9.9\eclipse\plugins\com.parasoft.xtest.libs.web_9.9.\root\browsers\webdriver\chrome\windows\x86
Hi Tony
updating the driver worked.
The tool is able to navigate to the desginated page.
I added a browserplayback tool and given Navigate action to go the page, now I have to click on a button and save the token generated in the further step. How can I accomplish this?
I think you want to record a scenario and set up an extraction. For details on how to accomplish this, please review the product documentation under Help: Help Contents. In particular: