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

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -