Effy Sille
Effy Sille

Reputation: 189

Is it possible to open an incognito window in Selenium IDE chrome extension?

I am automating a flow of two users. So one user is being logged in the Chrome and another should be logging in through the Incognito mode. The cookies and cache should stay the same, they cannot be cleaned at the moment. Is there any possibility to open an Incognito window using Selenium IDE Chrome extension?

Upvotes: 1

Views: 3930

Answers (1)

Akzy
Akzy

Reputation: 1928

Selenium IDE does not officially support incognito mode

You can look into this and this

Upvotes: 1

Related Questions