- shanu
- Posts : 2
Join date : 2012-12-05
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...
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
- shanu
- Posts : 2
Join date : 2012-12-05
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_guruActive particpant
- Posts : 24
Join date : 2013-10-16
Age : 37
Location : India
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
Firstly check with element present for div and then it will check for inner data or element.
EX::
- Selenium IDE showing error in click command.. hw to resolve this error
- Selenium IDE showing error In google page couldnt test the links and verifyTextpresent when we click on some links
- Showing Error in google page using IDE
- Getting the error msg 'Error: Could not find or load main class java-jar' while executing the selenium code in eclipse
- How to take the screen shot? when i set a kwargs, it is showing error... when i not set kwargs it is coming black color as background
Permissions in this forum:
You cannot reply to topics in this forum