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
rtan
Posts : 1
Join date : 2009-09-17

selenium does not pause Empty selenium does not pause

Thu Sep 17, 2009 10:19 pm
Hi there
I have everything working in my Selenium RC. I am also using a simple HTML suite and test cases. I am trying to use Selenium pause command but it is not working as it should. Here is my resulting HTML file which shows it is executing the command properly:


nfo: Executing: |click | agreementPart3 | |
info: Executing: |click | submitButton | |
info: Executing: |pause | 3000000 | |

As said, the Test Runner does not pause as you would expect. I have used all browser modes including firefox, chrome, firefoxchrome, all explorer options, safari, and opera. None work. I have tested against Firefox 3.5.3 under Windows.

Thanks
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

selenium does not pause Empty Re: selenium does not pause

Fri Sep 18, 2009 12:06 pm
hi,

try to use clickAndWait command instead of simple click and remove pause command from script. Then see will it work, If not then don't worry. Try this new user extension in your IDE and sure it will gone a work.

https://seleniumforum.forumotion.net/user-extensions-to-extend-selenium-f9/new-user-extension-regarding-wait-and-traverse-in-browser-t103.htm

You get some new command in your ide like sleep and use that to resolve the problem .

best of luck.

Bye
avatar
walidus
Posts : 1
Join date : 2010-08-16

selenium does not pause Empty Same problem

Mon Aug 16, 2010 3:29 pm
Hi, I have the same problem with pause and sleep from this extension.
Selenium IDE 1.0.7
avatar
angeloce
Posts : 2
Join date : 2010-08-18

selenium does not pause Empty Re: selenium does not pause

Wed Aug 18, 2010 2:37 pm
Here is my test:

type| p| 111111|
pause | 30000||
type| p| 222222|
pause | 30000||

The first pause, it works correctly. but the last pause, I found it didn't work because "play" button of selenium IDE can be clicked immediately.
I convert html format into other formats, such as Java, python, there are still two pause functions. If you would run Java or other scripts on the RC, I think there will not be such problems.

of course you'd better use "**AndWait" or "waitFor**" methods.

Smile

avatar
amaouada
Posts : 1
Join date : 2012-02-22

selenium does not pause Empty Re: selenium does not pause

Wed Feb 22, 2012 4:11 pm
pause command can not be the last one performed.
Add an extra command echo to do so.
Sponsored content

selenium does not pause Empty Re: selenium does not pause

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