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
mad227
Active particpant
Active particpant
Posts : 11
Join date : 2011-08-30

Break won't work Empty Break won't work

Thu Sep 08, 2011 11:00 pm
I put a break in my test, however it does not stop the test. It continues and I get the following error:



  • [info] Executing: |break | | |

  • [error] Unexpected Exception: fileName -> chrome://selenium-ide/content/selenium-core/scripts/selenium-testrunner-original.js, lineNumber -> 1269



  • How can I make my test stop and wait for input and then (by hitting the Resume icon) continue the test?
    Advisor
    Advisor
    ------------------------
    ------------------------
    Posts : 387
    Join date : 2009-07-30
    Location : India
    https://seleniumforum.forumotion.net

    Break won't work Empty Re: Break won't work

    Tue Sep 13, 2011 6:17 pm
    try to use pause instead of break.

    If you are using selenium RC then you can use wait command of programming language supports.


    Best of luck
    avatar
    mad227
    Active particpant
    Active particpant
    Posts : 11
    Join date : 2011-08-30

    Break won't work Empty Re: Break won't work

    Tue Sep 13, 2011 10:03 pm
    Thanks. Pause seems to work, however it dies on the last two lines:



    pause 60000m

    clickAndWait id=ok1

    verifyText //tr[11]/td[3] tlpclient9@gmail.com



    What has to happen is the user has to enter a number then the test can continue. Do I need to put something after the pause for this?



    Your help would be greatly appreciated.
    Sponsored content

    Break won't work Empty Re: Break won't work

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