You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app looks very cool and useful, but how to check a website "pages" (in fact "views" : it's a web development running in localhost done with VueJS and vue-routeur) which requires authentification ? since the testing browser is running in a background (Selenium, Electron or what ever... ? )
A suggestion : could we copy and paste the localStorage or sessionStorage data so the "background browser" has the authentification data (JWT, and some other data which interacts with the UI) to be able to go to the right pages ?
that's would be great... and of course a button to clear this data we may not want to leave in a "background browser" (for security or for technical reason)
The text was updated successfully, but these errors were encountered:
lionelmalletpro
changed the title
feature request
feature request : how implement data storage and/or authentification
Aug 24, 2021
This app looks very cool and useful, but how to check a website "pages" (in fact "views" : it's a web development running in localhost done with VueJS and vue-routeur) which requires authentification ? since the testing browser is running in a background (Selenium, Electron or what ever... ? )
A suggestion : could we copy and paste the localStorage or sessionStorage data so the "background browser" has the authentification data (JWT, and some other data which interacts with the UI) to be able to go to the right pages ?
that's would be great... and of course a button to clear this data we may not want to leave in a "background browser" (for security or for technical reason)
The text was updated successfully, but these errors were encountered: