Selenium does not handle authentication dialog .
To get rid of this issue either you need to use autoIt script or Robot class or any equivalent other classes . While using these classes there will be few conditions you need to face.
1. Application should not be minimized while doing automation execution.
2. If you are using robot, it works on co-ordinate system. There will be lot of limitations in co-ordinate case.
3. AutoIt supports only windows operating system.
So I think solution will be by using .
https://addons.mozilla.org/en-US/firefox/addon/autoauth/developers
Visit above web site , you will get full information.
To get rid of this issue either you need to use autoIt script or Robot class or any equivalent other classes . While using these classes there will be few conditions you need to face.
1. Application should not be minimized while doing automation execution.
2. If you are using robot, it works on co-ordinate system. There will be lot of limitations in co-ordinate case.
3. AutoIt supports only windows operating system.
So I think solution will be by using .
https://addons.mozilla.org/en-US/firefox/addon/autoauth/developers
Visit above web site , you will get full information.
No comments:
Post a Comment