This question is locked. New answers and comments are not allowed.
Web Aii could make synchronized Click because of "settimeout" function
for example :
<input id='checkbox1' type="checkbox" onclick="javsacript:setTimeout(getIt)" /> // getIt makes Ajax Request
browser.Actions.Click(browser.Find.ById("checkbox1")); // This command not synchronized because of settimeout
How can i solve this problem?
* Is there any patch for disabling settimeout converting it to immediate function calling.
* Any other tactics to solve this problem ..
Thx..
for example :
<input id='checkbox1' type="checkbox" onclick="javsacript:setTimeout(getIt)" /> // getIt makes Ajax Request
browser.Actions.Click(browser.Find.ById("checkbox1")); // This command not synchronized because of settimeout
How can i solve this problem?
* Is there any patch for disabling settimeout converting it to immediate function calling.
* Any other tactics to solve this problem ..
Thx..