Vaposphere / over-9000

The JavaScript UI test framework with batteries included.
MIT License
1 stars 0 forks source link

Handle submit and navigation #6

Open huerlisi opened 7 years ago

huerlisi commented 7 years ago

If we use o9k by loading it in a <script>, it looses state as soon as a form is submitted or navigation happens.

fh1ch commented 7 years ago

I think based upon issue #4 and this one here, we either need to have a server and offloading the state there (doesn't answer the question how to inkect the script in the first place) or write our own browser extention, which would give us full access to the webpage and also local FS.

huerlisi commented 7 years ago

Yepp, I have some preliminary browser extension on my machine. Will push it soon. This fixes this issue:-)