unic / ScalaWebTest

ScalaWebTest is a library for writing ScalaTest/Selenium based integration tests for web applications. It helps you with your basic setup and provides a new and very efficient approach to testing.
https://scalawebtest.org
Apache License 2.0
29 stars 9 forks source link

Add access for LocalWebStorage to SeleniumChrome #116

Closed remo-vonarx closed 3 years ago

remo-vonarx commented 4 years ago

As discussed, here are the changes for accessing the local storage. Let me know, if I need to add/change sth.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

DaniRey commented 4 years ago

Hey @remo-vonarx

Great stuff. I would like to add this to the other browsers (Firefox and HtmlUnit) as well.

Additionally I believe we should try to provide Local and Session Storage.

Last but not least, we have to come up with a way to test this.

DaniRey commented 3 years ago

I believe this is superseded by https://github.com/unic/ScalaWebTest/pull/119 and can be closed. Correct?

remo-vonarx commented 3 years ago

Sorry for the delay - yep, can be closed.