Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
divya_agsrdk
Professional
Professional
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 Empty 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?

Selenium IDE showing error In google page couldnt test the links and verifyTextpresent when we click on some links 44oSpE5hyhKkTmHKEqROYcoSpE5hyhKkTmHKEqROYcoSpE5hyhKkTmHKEqROYcoSpE5hyhKkTmHKEqROYcoSpE5x78BtOJbzSgMLowAAAAASUVORK5CYII=
rohit13
rohit13
Master
Master
Posts : 180
Join date : 2012-03-29
Age : 37
Location : INDIA
http://radical-qa.blogspot.in/

Selenium IDE showing error In google page couldnt test the links and verifyTextpresent when we click on some links Empty 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
Code:
 pause | 3000
before clickAndwait command else you can insert command like
Code:
waitForTextPresent | results
avatar
divya_agsrdk
Professional
Professional
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 Empty 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?
avatar
adityac
Professional
Professional
Posts : 101
Join date : 2013-01-17

Selenium IDE showing error In google page couldnt test the links and verifyTextpresent when we click on some links Empty 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
avatar
divya_agsrdk
Professional
Professional
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 Empty 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

Selenium IDE showing error In google page couldnt test the links and verifyTextpresent when we click on some links Empty Re: Selenium IDE showing error In google page couldnt test the links and verifyTextpresent when we click on some links

Back to top
Permissions in this forum:
You cannot reply to topics in this forum