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

c# - Highlight all words containing a letter in a richtextbox -

Admob interstitials not clickable on Nexus 5 (Android 4.4.2) -

java - MigLayout - selective component fill -