Guest JonasR Posted September 20, 2006 Posted September 20, 2006 Hi I'm evaluating AutoIt. Have anyone used AutoIt3 to verify tooltip? I don't need to verify the text, only the existance of an tooltip. I have a custom made menu with custom made tool tips. I need to iterate through all menu items and verify that a tooltip pops up when I hover over the menu items. Any ideas? thanks / jonas
trids Posted September 20, 2006 Posted September 20, 2006 Stimulate a MouseMove() over the headings, and test for yellow tooltip colour with PixelGetColor() at an offset from the MouseGetPos() HTH
Guest Guest Posted September 20, 2006 Posted September 20, 2006 Stimulate a MouseMove() over the headings, and test for yellow tooltip colour with PixelGetColor() at an offset from the MouseGetPos()HTH This worked. Thanks for your input./ Jonas
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now