Forum Discussion
2 Replies
- baxatobCommunity Hero
Hi,
What kind of tool-tip do you want?
Here is the full list of possible User Form controls: https://support.smartbear.com/testcomplete/docs/testing-with/advanced/user-forms/components.html
E.g. if you want to implement a tool-tip for some element, you should:
1. Set required value to Hint property of the element
2. Set ShowHint property as True
- Marsha_R
Champion Level 3
You can also try recording a keyword test that gets your tool tip and then use the Convert to Script feature to put it into Python. That comes in handy when you're working on part of an app that you haven't scripted before.