Menu

How to close and open a IE new session

Help
blued
2007-09-19
2013-04-25
  • blued

    blued - 2007-09-19

    Hi, I'm trying to verify that a selected option is saved in a cookie by selecting a link, closing the window and session and then opening a new session in IE (Jiffe).  Please advise as to how I can go about OPENING a new session within the same script.  Here is an idea of what my script looks like.

    <ie-session baseUrl="http://www.example.com" beginSession="true">
    <ie-click-link link="switch to 100 per page"/>
    <ie-close-window/>
    </ie-session>

    So in other words, is there such a feature as "ie-open-window"?

     
    • Christian Hargraves

      Have you tried:

      <ie-session baseUrl="http://www.example.com" beginSession="true">
      <ie-click-link link="switch to 100 per page"/>
      </ie-session>

      <ie-session baseUrl="http://www.example.com" beginSession="true">
      <ie-click-link link="switch to 100 per page"/>
      </ie-session>

      ?

      closing a session closes the window and opening a session opens it.

       

Log in to post a comment.