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'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,'st-login-to-edit-button-link')
</blockquote><div><br>This is actually a link <a id="st-login-to-edit-button-link">. <br>So the following should be used to access this element<br>ff.link(:id, 'st-login-to-edit-button-link')<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, 'username').set('<a href="mailto:myemail@email.com">
myemail@email.com</a>')<br>ff.text_field(:id, 'password').set('mypass')<br>ff.button(:value, 'Log in').click</blockquote><div><br>Don'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'T FIND THIS BUTTON EITHER<br>ff.button(:id,"st-edit-button-link").click
</blockquote><div><br>I think this might be again a link. <br></div><br></div>Regards,<br>Angrez<br>