Forum Discussion
2 Replies
- rraghvani
Champion Level 3
If you're using scripts, then you need to specify the browser like so,
var browser = Sys.Browser("chrome");
Same can be done in keyword testing. See Launch Web Browsers
I have my tests set to use Google Chrome. When I run them, they'll randomly go into my open session of Edge and continue there and fail. The only workaround I can find is to close Edge. Is this a bug? If not, how can I fix this?
If you're using scripts, then you need to specify the browser like so,
var browser = Sys.Browser("chrome");
Same can be done in keyword testing. See Launch Web Browsers