[cse491] making Selenium "sleep"

Phil Deschaine deschai5 at gmail.com
Wed Dec 2 19:11:47 PST 2009


I just spend several hours trying to figure out how to make selenium sleep.
Commands like clickAndWait wouldn't work for my purposes (and probably wont
for yours, but I don't know).  Well as it turns out, the command you want is
*pause*.

for example, to pause for 1 second:

<tr>
    <td>pause</td>
    <td>1000</td>
    <td></td>
</tr>

Hopefully that saves someone some time.
-Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/cse491-fall-2009/attachments/20091202/3104cd4f/attachment.htm>


More information about the cse491-fall-2009 mailing list