- vincent_op
- Posts : 3
Join date : 2011-05-12
Selenium script interruption if no click on browser
Wed Dec 14, 2011 7:17 pm
Hi,
My Selenium script contains these actions :
selenium.click("id=acOriginAirport");
selenium.type("id=acOriginAirport", departure);
selenium.click("id=acDestinationAirport");
selenium.type("id=acDestinationAirport", arrival);
selenium.click("id=isOneWay");
selenium.type("id=oDate", formatedDate);
selenium.select("id=numberOfAdults", "label=1");
selenium.click("css=#searchPodSubmitButton > span");
And if I don't select manually my browser before the last click, then the typed text in the id : "id=acOriginAirport" is not recognized.
Somebody could help me ?
Thank you very much.
Regards.
My Selenium script contains these actions :
selenium.click("id=acOriginAirport");
selenium.type("id=acOriginAirport", departure);
selenium.click("id=acDestinationAirport");
selenium.type("id=acDestinationAirport", arrival);
selenium.click("id=isOneWay");
selenium.type("id=oDate", formatedDate);
selenium.select("id=numberOfAdults", "label=1");
selenium.click("css=#searchPodSubmitButton > span");
And if I don't select manually my browser before the last click, then the typed text in the id : "id=acOriginAirport" is not recognized.
Somebody could help me ?
Thank you very much.
Regards.
- Unable to start script execution in IE browser it is showing IE Script Error with 'Yes' or 'No' buttons for Continue script execution or no.
- Selenium.SeleniumException : Failed to start new browser session: Error while launching browser
- Where does selenium script pick browser from
- how to run the selenium script on the custom browser that the core is IE
- When I run the selenium RC script, I am getting Failed to start new browser, Firefox 3 could not be found in the path!
Permissions in this forum:
You cannot reply to topics in this forum