PaulRathbone Posted January 29 Share Posted January 29 (edited) Wow! AutoIt's got a lot more complicated since I last used it in anger back in ... <gulp> 2015. I want to automate a click on a Chrome bookmark button then a right-click on sub-folder I have created under that bookmark, then a click on the 'open all' right-click menu option. I've spent a couple of hours but I'm not really any clearer. Thanks, Paul. Edited January 29 by PaulRathbone Link to comment Share on other sites More sharing options...
Developers Jos Posted January 29 Developers Share Posted January 29 11 minutes ago, PaulRathbone said: Wow! AutoIt's got a lot more complicated since I last used it in anger back in ... <gulp> 2015. Not really that much changed since then, so much be partly you that changed. 11 minutes ago, PaulRathbone said: I want to automate a click on a Chrome bookmark button then a right-click on sub-folder I have created under that bookmark, then a click on the 'open all' right-click menu option. I've spent a couple of hours but I'm not really any clearer. Great .... so what exactly is the question you like to ask or you want to make this a total guessing game to make it challenging for us? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
PaulRathbone Posted January 29 Author Share Posted January 29 Thanks for the quick response! I want to create a .au3 file that does the following: - 1. Opens Google Chrome (if it's not already open); 2. Mouse left-clicks on the 'Games' folder on my Chrome bookmarks bar; 3. Mouse right-clicks on the 'MSFS' subfolder that opens under the 'Games' Folder; 4. Mouse left-clicks on the top right-click menu item 'Open All'. Link to comment Share on other sites More sharing options...
Solution junkew Posted January 30 Solution Share Posted January 30 (edited) Faq 31 as it was in 2015 Edited January 30 by junkew PaulRathbone 1 FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
argumentum Posted January 30 Share Posted January 30 On 1/29/2024 at 1:05 PM, PaulRathbone said: 3. Mouse right-clicks on the 'MSFS' subfolder that opens under the 'Games' Folder; 4. Mouse left-clicks on the top right-click menu item 'Open All'. Form rules should be read, about games and all. And you'd like to open all the games at once ? Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
PaulRathbone Posted February 13 Author Share Posted February 13 Quote Form rules should be read, about games and all. I think you meant 'forum'. Sadly, it appears you did not read my question. This is not about games, this is about automating an action in Google Chrome. Quote And you'd like to open all the games at once ? 2. Mouse left-clicks on the 'Games' folder on my Chrome bookmarks bar; 3. Mouse right-clicks on the 'MSFS' subfolder that opens under the 'Games' Folder; 4. Mouse left-clicks on the top right-click menu item 'Open All'. Link to comment Share on other sites More sharing options...
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