html5 - Protractor: sessionStorage variables -
How will the session session cost the launcher? I tried:
browser.executeScript ('sessionStorage.getItem ("login");';);
but it blank returns Browser.executeScript () without using sessionStorage.getItem () returns an unscheduled return for the session.
Tried it out.
Browser. ExecuteScript ("return window.sessionStorage.getItem ('login');");
Comments
Post a Comment