in reply to Re: Win32::IE::Mechanize from unix????
in thread Win32::IE::Mechanize from unix????
I looked into the questions asked by me and found this
>Does this user have a desktop and is it logged in? Without a desktop (on which to launch and display IE), nothing will work.
Nope, the user will connect to SSH server running on Windows (WinSSHD) from a unix machine using open ssh client. He will have access to command prompt of the SSH server running on Windows. Also in this scenario, user will not be able to get to desktop as ssh access is completely a CLI.
>Does this user have permissions to launch IE? You can check that by logging in via ssh and manually launching iexplore.exe.
Yes, user has rights and could launch iexplore.exe after doing ssh to windows machine.
>Does this user have permissions to use OLE objects? This is an integral point of Windows, but I've seen some systems (mis)configured to disallow even DCOM and local COM.
yes as same scripts works fine when we run it from same Windows machine which is running SSH server.