I am using both the commands in my code, uncheck(locater) is working fine but uncheckAndWait(locater) giving me error as “[error] Timed out after 30000ms”. Can anybody please help me…
$My code is
<td>
<td>uncheck</td>
<td>id=_sections_ctl00_section_ctl00_copyContactInfo</td>
<td></td>
and
<td>
<td>uncheckAndWait</td>
<td>id=_sections_ctl00_section_ctl00_chkSendExclusiveOffers</td>
<td></td>
What do you expect
uncheckAndWaitto do? TheAndWaitpart says “wait for the page to load”, which is very likely not what you want.