lucieneven
14 years agoContributor
how to let TestComplete not record HoverMouse() automatically?
Hello,
This is a question about HoverMouse().
I play back the script and exception was popup. From what i noticed it was blocked by this method.
Call form.HoverMouse(1276, 22)
I checked the Help like beow:
During my test, i don't know what it refers to. So i commented it out and then i can go through the test with another play back.
So, my concerning is if i don't want TestComplete too much sensitive, what i can do? Is there any configuration so that user can lower its sensibility to HoverMouse() method?
Thanks so much!
Lucien
This is a question about HoverMouse().
I play back the script and exception was popup. From what i noticed it was blocked by this method.
Call form.HoverMouse(1276, 22)
I checked the Help like beow:
Description
Use the HoverMouse
action to place the mouse pointer at the
specified position within an object. You can use this action to simulate a
hovering (hot-tracking) event over an onscreen object or window.
During my test, i don't know what it refers to. So i commented it out and then i can go through the test with another play back.
So, my concerning is if i don't want TestComplete too much sensitive, what i can do? Is there any configuration so that user can lower its sensibility to HoverMouse() method?
Thanks so much!
Lucien