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

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

rest - Basic cxfrs RESTful JAX-RS Service -

ajax - Decimal('12000') is not JSON serializable -