If the browser used for test execution is not installed in the default system location, you must explicitly specify the browser’s binary path to enable automation scripts to run successfully.
This can be configured in the Web Driver Profile, which should then be selected in the Run modal during execution.
Create or update a Driver Profile by adding the browser binary path as shown below:
{
"binary":"C:\\acme\\browsers\\chrome.exe"
}If you already have an existing Web Driver Profile, simply add this entry to the JSON configuration.
Refer to the documentation for detailed steps on creating and using a Web Driver Profile.
Comments
0 comments
Please sign in to leave a comment.