Step 1: I have provided the login in browser level
Step 2: It moved to remote desktop
Step 3: When I click on remote desktop icon in browser it will show the window authentication login of QA server
Step 4: I have tried with selenium IDE to record but the actions are not recorded after the click on remote desktop
Here selenium was installed in my pc. Is it possible to automate the window authentication login of QA server using the web driver in my pc or should I install it in server too.
If yes, could any one provide the solution for above issue.
-
1Hi Bala and welcome to sqa. Is the remote desktop session inside the browser? Is there anything extra there? You may need to think outside of just selenium.Lyndon Vrooman– Lyndon Vrooman2013年10月10日 18:22:55 +00:00Commented Oct 10, 2013 at 18:22
-
1It doesn't seem to me that Selenium is right here.Buddha– Buddha2014年01月19日 08:14:24 +00:00Commented Jan 19, 2014 at 8:14
1 Answer 1
I concur with Lyndon - this may require additional tooling beyond Selenium. If you are on a Windows OS, I have had good experiences with AutoIt for scripting system interactions like this. You can find more details about this tool at: