When I open a browser, it automatically goes into incognito mode. How do I get it to stay on my regular browsing?
Hi @arthureray,
You can add the “-Incognito false” option to your step as follows from the step options
OpenBrowser Chrome “x.com” -Incognito false
To ensure that all scenarios in your project do not open in incognito mode, you can set incognito to false in the project options.
Thanks,
Seray