Valesco Posted May 10, 2020 Posted May 10, 2020 Hi there we're trying to open a context menu on an application using controlclick right, the issue we are having is that the menu option is dissapearing after the control click is sent. This is because it requires the mouse to be ontop of the context menu. Is there anyway with Autoit3 to have a right click that can hold the context menu open and then do an action such as control left click on the menu options? Thanks
Danp2 Posted May 10, 2020 Posted May 10, 2020 Have you considered using MouseMove command to reposition the mouse pointer over the control? Latest Webdriver UDF Release Webdriver Wiki FAQs
Valesco Posted May 10, 2020 Author Posted May 10, 2020 I am trying to do this with control clicks so i can keep using my mouse on my other window
Danp2 Posted May 10, 2020 Posted May 10, 2020 Would have been nice if you had included this bit of into in your original post. 🙄 Not sure how to offer further assistance without additional details (ie: show us your script, tell us the application name, etc) Latest Webdriver UDF Release Webdriver Wiki FAQs
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