Hi Team
I want to open Browser in Private Mode (InCognito) mode. I am able to open for Chrome n Firefox but NOT for Microsoft Edge. Any help will be appreciated. Open Browser ${URL_EMP} ${BROWSER} options=add_argument("–incognito")
Best Regards
did you got any solution for this
You could use the following arguments for different browsers:
Chrome Open Browser about:blank chrome options=add_argument(“–incognito”)
Firefox Open Browser about:blank firefox options=add_argument(“–private-window”)
Edge Open Browser about:blank edge options=add_argument(“–inprivate”)