You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the following options to run the tests on browser different from default firefox but was not successful. Is there anything else that I need to do? Surprisingly my other galen tests run smoothly if I change the browser in the config file.
change default browser in galen.config
pass Dwebdriver.chrome.driver path in the test command or in run.sh
The text was updated successfully, but these errors were encountered:
I tried the same first, but did not work out.
Then in the openDriverForDevice() in galen-bootstrap.js, please change as below before returning the driver commenting the previous initialization of driver
var driver = createDriver(fullUrl,
"1280x800","chrome");
Yet to figure out how to pass the device resolution !
I tried the following options to run the tests on browser different from default firefox but was not successful. Is there anything else that I need to do? Surprisingly my other galen tests run smoothly if I change the browser in the config file.
The text was updated successfully, but these errors were encountered: