Forum Discussion
joe_2
10 years agoContributor
You open the popup menu with a right click, but you don't need to hover and wait for the submenu in order to click its item.
You need to put both the popup menu and the submenu in your click call...
Instead of
Call ...Click("Change To...")
Call ... Click("User Defined")
You need
Call ...Click("Change To...|User Defined")
Trying to do it separately doesn't work because the popup closes as soon as the first click command runs.
Related Content
- 7 years ago
- 4 years ago
Recent Discussions
- 3 days ago
- 3 days ago
- 6 days ago