- premanand
- Posts : 2
Join date : 2015-04-14
In selenium web driver , while running the script ,after the browser(modal) message box is displayed and closed by selenium , the next button click statement is not executing
Tue Apr 14, 2015 6:05 pm
Hi,
Am trying to click on five buttons at the same page to change the status of the corresponding user.
Each time after the status is changed , the browser confirmation message box is displayed as 'Updated successfully'.
While running , the message box is displayed and it is closed automatically by selenium. But after that the next button click statement is not executing.
I have tried using Thread.Sleep(5000) and Implicit wait . Both are not working.
My selenium webdriver java code:
ClickOn(or("btn_status1"));
Thread.sleep(2000);
ClickOn(or("yes btn"));
Thread.sleep(2000);
ClickOn(or("yes btn"));
// Confirmation browser message box is displayed here
Thread.sleep(5000);
// dr.manage().timeouts().implicitlyWait(2, TimeUnit.SECONDS);
ClickOn(or("btn_status2"));
Any help would be greatly appreciated.
Thanks in advance.
Am trying to click on five buttons at the same page to change the status of the corresponding user.
Each time after the status is changed , the browser confirmation message box is displayed as 'Updated successfully'.
While running , the message box is displayed and it is closed automatically by selenium. But after that the next button click statement is not executing.
I have tried using Thread.Sleep(5000) and Implicit wait . Both are not working.
My selenium webdriver java code:
ClickOn(or("btn_status1"));
Thread.sleep(2000);
ClickOn(or("yes btn"));
Thread.sleep(2000);
ClickOn(or("yes btn"));
// Confirmation browser message box is displayed here
Thread.sleep(5000);
// dr.manage().timeouts().implicitlyWait(2, TimeUnit.SECONDS);
ClickOn(or("btn_status2"));
Any help would be greatly appreciated.
Thanks in advance.
- bhavani
- Posts : 4
Join date : 2015-04-20
Re: In selenium web driver , while running the script ,after the browser(modal) message box is displayed and closed by selenium , the next button click statement is not executing
Mon Apr 20, 2015 8:09 pm
First change the focus to alert message and then use
ClickOn ("yrs");
Hope it is helpful
ClickOn ("yrs");
Hope it is helpful
- Select the “back” button of the Firefox browser to right click and Select the Option from the right click Menu in Selenium Web Driver - Java
- Error message being displayed while running a code in Java (JUnit4) in selenium Rc .
- How to verify the url displayed after click the links is correct (Selenium RC and Webdriver)?
- Getting Firefox Browser already running pop-up frequently while executing test code
- Can I check the error message displayed or not in Selenium?
Permissions in this forum:
You cannot reply to topics in this forum