Testing "Login" with watir -
i'm starting use watir. need create test script login in application.
the code bellow script page.
i saw examples buttons , links, don't know how "submit"("onclick=submitform() type=button value="sign in") information.
if post html of form tell more.
i guess should work:
browser.button(:value => "sign in").click
there buttons page in watir tutorial.
Comments
Post a Comment