Please visit to this link to see image: https://blogs.ncl.ac.uk/isg/files/2012/05/popup.png
Note: I want to enter credentials and click ok button. AS I have tried normal sendKeys functions but didn't worked well. PLease guide me through this.
Please visit to this link to see image: https://blogs.ncl.ac.uk/isg/files/2012/05/popup.png
Note: I want to enter credentials and click ok button. AS I have tried normal sendKeys functions but didn't worked well. PLease guide me through this.
try giving your URL in the following format :
http://username:password@the-site.com
replace username password and the-site with your desired credentials and the site at test
How to Handle Windows Pop-up Using AutoIt and Selenium Automation Testing http://www.softwaretestinghelp.com/autoit-tutorial-to-download-write-autoit-script/ will certainly help you out!