Watin: Clicking on a element works in debug mode but not otherwise

Posted by Vadi on Stack Overflow See other posts from Stack Overflow or by Vadi
Published on 2009-11-19T07:54:42Z Indexed on 2010/06/17 9:23 UTC
Read the original article Hit count: 236

Filed under:

I've below code which basically clicks on a Click event present a table,

browser.Frame("f").Element("Table1").Click();

it works properly when during debug mode (like if i put a break point and execute it). But, it does not work when i run it in a flow, I've used SimpleTimer to wait until Settings.WaitForCompleteTimeOut, but no use.

Any help?

© Stack Overflow or respective owner

Related posts about watin