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
shanu
Posts : 2
Join date : 2012-12-05

 Selenium IDE showing error when we  Empty Selenium IDE showing error when we

Wed Dec 05, 2012 3:04 pm
I have a form in which a text box has on key press command through which when we type a key then a div opens which shows the suggestion , while recording with selenium it records but while playing it shows error and not able to find the div , i want to know what command shall i put so that when any item from div is selected it should show it. plzz help...
avatar
tarun3kumar
Master
Master
Posts : 186
Join date : 2012-02-14
http://seleniumtests.com

 Selenium IDE showing error when we  Empty Re: Selenium IDE showing error when we

Wed Dec 05, 2012 5:02 pm
is it ajaxified operation? If yes then wait command may help
avatar
shanu
Posts : 2
Join date : 2012-12-05

 Selenium IDE showing error when we  Empty Re: Selenium IDE showing error when we

Wed Dec 05, 2012 6:20 pm
I have already used that command but of no help as there jquery is also used.I checked wait command but after waiting its saying "No div found".
kashyap_guru
kashyap_guru
Active particpant
Active particpant
Posts : 24
Join date : 2013-10-16
Age : 37
Location : India

 Selenium IDE showing error when we  Empty Re: Selenium IDE showing error when we

Thu Oct 17, 2013 4:50 pm
There would be some id or name or text in that div which you can identify.
Firstly check with element present for div and then it will check for inner data or element.
EX::


type
id=txtPharmacyPostCode
tes


assertElementPresent
id=viewPharmacy_popup



pause
3000



clickAndWait
id=pharmacySearch2

Sponsored content

 Selenium IDE showing error when we  Empty Re: Selenium IDE showing error when we

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