Hi Chris,<br><br>I tried your script. I seems like you are accessing wrong element.<br><br><div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
#DOESN&#39;T FIND THIS BUTTON<br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">ff.button(:id,&#39;st-login-to-edit-button-link&#39;)
</blockquote><div><br>This is actually a link &lt;a id=&quot;st-login-to-edit-button-link&quot;&gt;. <br>So the following should be used to access this element<br>ff.link(:id, &#39;st-login-to-edit-button-link&#39;)<br>Using this I was able to go to login page and was able to enter login name and password.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">ff.text_field(:id, &#39;username&#39;).set(&#39;<a href="mailto:myemail@email.com">
myemail@email.com</a>&#39;)<br>ff.text_field(:id, &#39;password&#39;).set(&#39;mypass&#39;)<br>ff.button(:value, &#39;Log in&#39;).click</blockquote><div><br>Don&#39;t know correct user name and password :) so was not able to go ahead with the test.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">#DOESN&#39;T FIND THIS BUTTON EITHER<br>ff.button(:id,&quot;st-edit-button-link&quot;).click
</blockquote><div><br>I think this might be again a link.&nbsp; <br></div><br></div>Regards,<br>Angrez<br>