Problem with stoppping/breaking my script in SeIDE

7 views
Skip to first unread message

H. Groot

unread,
Jul 18, 2011, 4:59:47 AM7/18/11
to SeleniumWiki
Hi all,

I'm new with using Selenium IDE.
And my script won't stop when I use "break" as a stopping point.
Pause will only stop for a short period of time and a breakpoint can't
be saved in my script.
Can anyone help me?
I have to temporarily stop my script to click on a button in my screen
because I can't get the focus back on that window.

Best Regards.

Hugo

Pavandeep Puddupakkam

unread,
Jul 25, 2011, 8:22:29 AM7/25/11
to SeleniumWiki
You can use a combination of setTimeout command and
waitforelementpresent

<tr>
<td>setTimeout</td>
<td>600000</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//div[@id='test']</td>
<td></td>
</tr>

http://www.seleniumwiki.com/selenium-rc/using-selenium-waitforcondition/
Reply all
Reply to author
Forward
0 new messages