I want to read the message which is there in Alert.
Example: If a alert shows “Wrong E-mail address”. How to read it? Means i want to store that message in a string.
How to click on OK inside Alert…??
How to do it using Selenium ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am assuming you are using the Selenium WebDriver.
The answer was found here.
If you are using Selenium RC, take a look this webpage.