Security Alert with yes, no, view certificate button
Page 1 of 1 • Share •
Security Alert with yes, no, view certificate button
Hi,
one of the selenium user faces the following problem:
I am using selenium rc with testNG java. I am a new user of selenium.When I upload my test URL it is giving me a security alert in iexplore. Can anyone provide me the code to handle this alert and click yes and continue. I searched the form but didn't find the code. I am stuck at the begning itself.Please anyone can help me to resolve the same.
Thanks in advance
one of the selenium user faces the following problem:
I am using selenium rc with testNG java. I am a new user of selenium.When I upload my test URL it is giving me a security alert in iexplore. Can anyone provide me the code to handle this alert and click yes and continue. I searched the form but didn't find the code. I am stuck at the begning itself.Please anyone can help me to resolve the same.
Thanks in advance
Last edited by Adviser on Wed Aug 26, 2009 10:10 am; edited 1 time in total
Re: Security Alert with yes, no, view certificate button
hi,
The problem of pop-up you are facing due to incorrect or not providing the excat certificate to access that site.
The pop-up generated you get is generated by browser not your application. You can't handle it with selenium.
To overcome the problem either you have to installed the genuine certificate for your apllication or look for a bypass mechanism.
I have also faced this problem when we used power folder mechanism and for that we have to buy the certificate to run the application. otherwise everytime you will get a pop-up, what you are getting.
I hope this will help you to understand the problem. Best of luck.
Bye
The problem of pop-up you are facing due to incorrect or not providing the excat certificate to access that site.
The pop-up generated you get is generated by browser not your application. You can't handle it with selenium.
To overcome the problem either you have to installed the genuine certificate for your apllication or look for a bypass mechanism.
I have also faced this problem when we used power folder mechanism and for that we have to buy the certificate to run the application. otherwise everytime you will get a pop-up, what you are getting.
I hope this will help you to understand the problem. Best of luck.
Bye
Similar topics» 6300 and 3110c security test failed
» MOTOROLA LOCK & SECURITY CODE READER"Tested"
» Get Bitdefender Total Security 2012 Free 3 Months Genuine Li
» Security Alert with yes, no, view certificate button
» SECURITY ALERT : Check Log in pages Carefully
» MOTOROLA LOCK & SECURITY CODE READER"Tested"
» Get Bitdefender Total Security 2012 Free 3 Months Genuine Li
» Security Alert with yes, no, view certificate button
» SECURITY ALERT : Check Log in pages Carefully
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case