I just spend several hours trying to figure out how to make selenium sleep.  Commands like clickAndWait wouldn&#39;t work for my purposes (and probably wont for yours, but I don&#39;t know).  Well as it turns out, the command you want is <b>pause</b>.<br>

<br>for example, to pause for 1 second:<br><br>&lt;tr&gt;<br>    &lt;td&gt;pause&lt;/td&gt;<br>    &lt;td&gt;1000&lt;/td&gt;<br>    &lt;td&gt;&lt;/td&gt;<br>&lt;/tr&gt;<br><br>Hopefully that saves someone some time.<br>-Phil<br>