Ok. I had already implemented the solution in the link provided. To summarize:
1. (autoit adapter ControlSend + Windows Registry edit for Remote desktop) is working fine when computer is locked. This is the requirement for my scripts to run correctly and it is working fine now. 2. ms_uia adapter does not have an option of ControlSend and does not work when computer is locked If autoit is deprecated later, neither win_32 nor ms_uia adapters have the capability to work with controls directly, like autoit. They all need the window to be active. So, my scripts will stop working. -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
