stoically / temporary-containers

Firefox Add-on that lets you open automatically managed disposable containers
https://addons.mozilla.org/firefox/addon/temporary-containers/
MIT License
852 stars 60 forks source link

Selenium IDE does not work with Temporary Containers active #544

Open drupov opened 2 years ago

drupov commented 2 years ago

I cannot record or play back any tests with or created with Selenium IDE add-on https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/. Last step in attached debug.log below states [webRequestOnBeforeRequest] cleaning up canceledTabs.

With Temporary Containers switched off the Selenium IDE works as expected.

debug.log

Actual behavior and steps to reproduce

Open up Selenium IDE addon and click on "Record a new test in a new project" - give the project a name and Base URL. The Base URL is opened in a new window in a temporary container tab. Only three steps are recorder in Selenium (open, set window size and close), recording is still on, but no further steps are catched.

Expected behavior and steps to reproduce

Open up Selenium IDE addon and click on "Record a new test in a new project" - give the project a name and Base URL. The Base URL is opened in a new window and recording listens and record events normally.

Thanks for your help. Appreciate it!