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
sujata
Posts : 4
Join date : 2011-03-15

How to set  the time for next step manually in selenium script. Empty How to set the time for next step manually in selenium script.

Fri Apr 08, 2011 12:22 pm
Hi,
Now a days I am facing the problem when i made one record and when i want to run this sometimes it is showing some error that
"[error] Element searchButton not found
" ,I think this is only for time,I have tried with changing the speed also,but stiil its showing the same error.

If anyone had already faced the problem and has the solution let me know.

Thanks
Sujata
avatar
Lavanya_K
Posts : 7
Join date : 2011-04-20

How to set  the time for next step manually in selenium script. Empty Re: How to set the time for next step manually in selenium script.

Sat May 07, 2011 6:11 pm
even i faced this problem..because the waiting times vary..
Try using pause command in selenium ide

pause 60000

that is time in millisec, u can mention what ever time you want.
Let me know if it works.
avatar
sujata
Posts : 4
Join date : 2011-03-15

How to set  the time for next step manually in selenium script. Empty REply to Lavanya

Tue May 10, 2011 4:04 pm
First of all thank u Lavanya for ur reply.I have tried with 80000secs,but till now showing the same error.
selenium.testing07
selenium.testing07
Regular Participant
Regular Participant
Posts : 26
Join date : 2010-11-20

How to set  the time for next step manually in selenium script. Empty Re: How to set the time for next step manually in selenium script.

Tue May 10, 2011 6:07 pm
You can use Selenium function

set_speed(2000);

it will automatically provide some delay in execution of speed.

Cheers,
Sponsored content

How to set  the time for next step manually in selenium script. Empty Re: How to set the time for next step manually in selenium script.

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