Search results

  1. H

    Get values from tables (web based app)

    Try @amanbareilly 's method.It should work.
  2. H

    Unable to select Drop Down in web page

    Try using write stage to set the value in the drop down.
  3. H

    Log Information

    The simplest thing I would do is just have a action to append start time and end time in a text file to see the execution time.
  4. H

    /requeststop command not working

    Hi all, I'm trying to request stop using cmd to stop a particular process. I am getting the session id using GetSessionID() and then passing it to cmd "/requeststop <session id>" but IsStopRequested() is always coming as false. And when I "Request Stop" from control tower then it works fine...
Top