angrykoala / wendigo

A proper monster for front-end automated testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing page should not reload it

angrykoala opened this issue · comments

Currently, browser.selectPage will reload the selected page, due to some limitations on the setBypassCSP not working after targetcreated event.

This issue is addressed here: https://stackoverflow.com/questions/57173133/setbypasscsp-on-new-tab-in-puppeteer

Find a way to make selectPage work without reloading the given tab

This is not going to be solved in puppeteer for now,
#408 may allow to remove the reload (although bypassCSP would still be disabled)