Guess I learned something new.

A few years ago when I was looking at automating a GUI application, I got lost with the documentation of Win32::GuiTest. Doing some Google searching, I came across AutoIt gave that a shot. Then I hit the issue that you're hitting. So I tried looking into Win32::GuiTest again. The docs made more sense, but I still hit the same issue with using Win32::GuiTest.

Anyways, I thought I would hit AutoIt's web site to see if they had any information about this type of scenario and found the following in their FAQ: Why doesn't my script work on a locked workstation?

They provide more information about what is happening and offer some alternatives. I tried looking into the documentation of Win32::GuiTest to see if I can find the equivalent functions. I'm not sure if Win32::GuiTest exposes those functions or not.

On one hand, if the information in the AutoIt FAQ is correct, there is a glimmer of hope for what you are wanting to do. On the other hand, I'm not sure I know how to advise you to apply those alternatives from that FAQ in your Perl script using Win32::GuiTest.


In reply to Re^3: How to continue the execution of a perl script if the user session gets locked while running it. by dasgar
in thread How to continue the execution of a perl script if the user session gets locked while running it. by pradeep,krishna

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.