- anthony.aa86
- Posts : 1
Join date : 2014-03-14
fire event with selenium rc
Fri Mar 14, 2014 4:29 am
Hi Guys i am trying to click on a button from a pop up window but my selenium code does not find the element could you please help this is my code:
se.click( "//div[@id='s_content-innerContainer']//span[contains(text(), 'Save and Continue »')]",
shortTimeout );
se.fireEvent( "//div[@id='s_content-innerContainer']//span[contains(text(), 'Save and Continue »')]",
"click" );
se.waitForPageToLoad( pageLoadTimeout );
waithForAjax();
// here after waiting a little a new pop up window will appear which i am trying to click on the button from it
//Click on the Yes button from the new pop up window
se.click( "//div[@id='saveSurveyLastnameError']//a[@class='saveSurvey s_button']/span[contains(text(),'Yes')]",
shortTimeout );
se.waitForPageToLoad( pageLoadTimeout );
Please help !
se.click( "//div[@id='s_content-innerContainer']//span[contains(text(), 'Save and Continue »')]",
shortTimeout );
se.fireEvent( "//div[@id='s_content-innerContainer']//span[contains(text(), 'Save and Continue »')]",
"click" );
se.waitForPageToLoad( pageLoadTimeout );
waithForAjax();
// here after waiting a little a new pop up window will appear which i am trying to click on the button from it
//Click on the Yes button from the new pop up window
se.click( "//div[@id='saveSurveyLastnameError']//a[@class='saveSurvey s_button']/span[contains(text(),'Yes')]",
shortTimeout );
se.waitForPageToLoad( pageLoadTimeout );
Please help !
- Selenium click event does not trigger angularjs event
- How to get ID of input field on click event using selenium RC
- What is the use of Selenium Core and Selenium Test Manager ? (N-Unit Procedures in VS 2010)
- Creating detail log for selenium command execution (Selenium RC Java client)?
- How to use MouseOver event in Ruby script using Selenium Webdriver
Permissions in this forum:
You cannot reply to topics in this forum
|
|