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
MohamedAzharudeen
Active particpant
Active particpant
Posts : 16
Join date : 2011-10-19

How to handle Ajax applications while recording in selenium ide Empty How to handle Ajax applications while recording in selenium ide

Tue Nov 15, 2011 4:49 pm
Hi All,

i recorded the ajax functions in selenium ide, i found this error when using WaitForCondition Command[error] Timeout is not a number: 'label=Chirala',
Can Anyone plz tell me How to solve this error, it occurs while Selecting Country and then City/State field...

And also plz tell me the selenese command with example for handling Javascript functions also...


Thanks & Regards,
Azhar
avatar
faramka
Professional
Professional
Posts : 143
Join date : 2011-09-15
Location : Poland

How to handle Ajax applications while recording in selenium ide Empty Re: How to handle Ajax applications while recording in selenium ide

Tue Nov 15, 2011 5:07 pm
For executing JS you can use runScript() or getEval().
avatar
MohamedAzharudeen
Active particpant
Active particpant
Posts : 16
Join date : 2011-10-19

How to handle Ajax applications while recording in selenium ide Empty Re: How to handle Ajax applications while recording in selenium ide

Tue Nov 15, 2011 6:56 pm
plz give me the solution for handling Ajax functions Error.. Smile
avatar
freesky
Amateur
Amateur
Posts : 72
Join date : 2011-04-13

How to handle Ajax applications while recording in selenium ide Empty Re: How to handle Ajax applications while recording in selenium ide

Wed Nov 16, 2011 7:59 am
i think the error has told you the reason, timeout is not a number. so what's your full waitforcondition command?
avatar
MohamedAzharudeen
Active particpant
Active particpant
Posts : 16
Join date : 2011-10-19

How to handle Ajax applications while recording in selenium ide Empty Re: How to handle Ajax applications while recording in selenium ide

Wed Nov 16, 2011 1:07 pm
the command is waitforcondition(12000)...
avatar
faramka
Professional
Professional
Posts : 143
Join date : 2011-09-15
Location : Poland

How to handle Ajax applications while recording in selenium ide Empty Re: How to handle Ajax applications while recording in selenium ide

Wed Nov 16, 2011 3:37 pm
As I know, this method takes two parameters:
Code:
waitForCondition(script, timeout);
where:
script - the JS snippet code,
timeout - a timeout in milliseconds.
avatar
MohamedAzharudeen
Active particpant
Active particpant
Posts : 16
Join date : 2011-10-19

How to handle Ajax applications while recording in selenium ide Empty Re: How to handle Ajax applications while recording in selenium ide

Wed Nov 16, 2011 4:46 pm
i used waitForCondition commands it works after i used setTimeout command setTimeout 120000ms it Returns Timeout Error...

plz tell me the solution with example to solve this issue...
Sponsored content

How to handle Ajax applications while recording in selenium ide Empty Re: How to handle Ajax applications while recording in selenium ide

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