- divya_agsrdkProfessional
- Posts : 93
Join date : 2013-01-17
Selenium IDE showing error In google page couldnt test the links and verifyTextpresent when we click on some links
Fri Jan 18, 2013 12:09 pm
Hi,
In google i want to search about java. when i start testing..I type the text in google search as java. click on that button. got the links. when i start clicking on first link. getting error. even when i click some link then if i try to verify textpresent , its nt verifying. whts the solution for it?
In google i want to search about java. when i start testing..I type the text in google search as java. click on that button. got the links. when i start clicking on first link. getting error. even when i click some link then if i try to verify textpresent , its nt verifying. whts the solution for it?
Re: Selenium IDE showing error In google page couldnt test the links and verifyTextpresent when we click on some links
Fri Jan 18, 2013 1:33 pm
You are getting error because page is not fully loaded when clickAndwait commend is executing.
You have to modify script by adding
You have to modify script by adding
- Code:
pause | 3000
- Code:
waitForTextPresent | results
- divya_agsrdkProfessional
- Posts : 93
Join date : 2013-01-17
Re: Selenium IDE showing error In google page couldnt test the links and verifyTextpresent when we click on some links
Sat Jan 19, 2013 10:38 am
not working with both the commands. wt any other suggestions?
I was inserted pause before clickAndwait command. bt still getting same error. even tried with wait commands also . not getting.
as u said waitForTextPresent | results ?? this one wher to use? here result means the text which i verified?
I was inserted pause before clickAndwait command. bt still getting same error. even tried with wait commands also . not getting.
as u said waitForTextPresent | results ?? this one wher to use? here result means the text which i verified?
- adityacProfessional
- Posts : 101
Join date : 2013-01-17
Re: Selenium IDE showing error In google page couldnt test the links and verifyTextpresent when we click on some links
Mon Jan 21, 2013 2:11 pm
Hi,
Please slow down your mode of execution.... As u r keeping execution in fast you are getting this error... its working when it is in slow mode
Please slow down your mode of execution.... As u r keeping execution in fast you are getting this error... its working when it is in slow mode
- divya_agsrdkProfessional
- Posts : 93
Join date : 2013-01-17
Re: Selenium IDE showing error In google page couldnt test the links and verifyTextpresent when we click on some links
Tue Jan 22, 2013 11:12 am
yes its working now.. thank u so much..
- Sponsored content
- Showing Error in google page using IDE
- Selenium IDE showing error in click command.. hw to resolve this error
- Selenium IDE showing error when we
- How to verify the url displayed after click the links is correct (Selenium RC and Webdriver)?
- how to make test automated script for insert text in google docs spreadsheet with selenium ide
Permissions in this forum:
You cannot reply to topics in this forum