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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -