13 years ago
"X" buttons are not working fine with testcomplete 8.7
testcomplete 8.7 is not working properly when it try click "x" button on an overlay of the webpage.
Getting the following Error message in the Logs
object.click
There was an attempt to perform an action at point (48, 6) which is invisible or out of the window bounds.
we tried with below methods.
set window = Aliase.IE.Page("*")
window.NativeWebObject.Find("HREF", "*choosepath.act*","A").click
and
set object= window.NativeWebObject.Find("HREF", "*choosepath.act*","A")
object.focus
recently we migrated to lot of automation to test complete8.7 , Most of the automation are impacting due to above issues.
please provide the solution with out effecting existing automation.