If the browser on your test execution machine is not installed on a standard path, you may need to specify the binary path for automation scripts to run. This can be specified in the Browser configuration section in the Run modal.
Here are the steps:
In the Run modal, click on Browser/OS icons which will expand that section. Click on the "configure" link.
Specify the browser path in the configuration file. An example below:
{
"binary":"c:\\my programs\\chrome.exe"
}
If you already have any custom configuration specified, be sure to just add this line to the json content.
Comments
0 comments
Please sign in to leave a comment.