I've searched the forum on this function for relevant threads, but didn't find an answer to my problem.
I've made this as simple as possible, and stripped my script to be a simple two lines of of debugging. There is a webpage, with concerned HTML:
Code: Select all
<input name="providers" id="chk305" onclick="checkall();" type="checkbox" value="274021">
I grab the IE instance correctly by:
Code: Select all
IEGetFromUrl>%URL%,IE_INSTANCE
Code: Select all
IEExtractTagByAttr>IE_INSTANCE,,,INPUT,ID,chk305,1,r
Then I perform:
Code: Select all
IEClickTag>IE_INSTANCE,,,INPUT,ID,chk305,r
Code: Select all
IEClickTag>IE_INSTANCE,,,INPUT,CHECKBOX,providers:274021,r
Any ideas what is going on? Thank you!