Currently I'm having an issue with IEClickTag that results in the tag being clicked, but never returning from the function call. This is isolated to the case where the tag being clicked results in IE throwing a warning dialog box up.
Pseudo code:
Code: Select all
1) IEClickTag>"x"
2) (IE Warning dialog box appears)
3) **Breakpoint**
4) Use image recognition (or manual click) to pass warning box
While my code above is scripted as 1,2,3,4... The only way to pass the sequence is to go 1,2,4,3 (where step 4 is my manual mouse click).