Watin: Clicking on a element works in debug mode but not otherwise
- by Vadi
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?