Click gmail signout link using Watin -
i using ie8 , ie9 on 2 different machines , want click signout link of gmail account.
watin unable find signout link , gives me error.
could please me , let me know how can achieve this.
thanks yasir
expecting have created browser instance think trick:
var signoutbtn = browser.frame("canvas_frame").link(find.bytext("sign out")); signoutbtn.click(); btw sure update watin 2.1 supports frames in ie9 properly.
Comments
Post a Comment