Closed
Bug 1130147
Opened 10 years ago
Closed 10 years ago
Cannot interact with localStorage using Selenium WebDriver and Firefox 35
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: u530816, Unassigned)
Details
I wrote a selenium test which sets a value in local storage. I'm pretty sure the runner i'm using just has convenience methods which use selenium's eval(), so it may be a wider problem with eval rather than localStorage.
https://github.com/ianwremmel/localstorage-selenium-test contains a demo app which runs selenium tests against both Chrome and Firefox. The app has two tests, each of which sets a value in local storage, then confirms the value has been set.
Updated•10 years ago
|
Component: General → DOM
Product: Firefox → Core
Comment 1•10 years ago
|
||
FWIW, this seems to have gotten itself fixed in FF 37.0.
Comment 2•10 years ago
|
||
OK, I will close this bug as WORKSFORME then. Please test also with Developer Edition and we can re-open if it doesn't work there.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•