kakaini Posted December 20, 2014 Posted December 20, 2014 Hey! I want to ControlClick a flash in Opera browser, but I can't manage to accomplish that. I googled and searched the forums but I could not find a solution. Help?
JohnOne Posted December 20, 2014 Posted December 20, 2014 Explain more. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
kakaini Posted December 20, 2014 Author Posted December 20, 2014 Explain more. what more do you want to know?
Developers Jos Posted December 20, 2014 Developers Posted December 20, 2014 what more do you want to know? Everything 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.
computergroove Posted December 20, 2014 Posted December 20, 2014 what more do you want to know? Can you post a link to the flash control? Do you have any code you have tried and can post and tell us what is it doing and what you want it to do instead? Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
kakaini Posted December 20, 2014 Author Posted December 20, 2014 $title = WinGetTitle("[CLASS:Chrome_WidgetWin_1]", "") ControlClick($title, "", "", "Left", 1, 1275, 680) This is what I tried before I started to search solutions and now for some reason it works. Is there a CTRL UP command? Alot of the times i use the shortcut the CTRL stays down and I could not find it in help file.
computergroove Posted December 20, 2014 Posted December 20, 2014 Send("{CTRL UP}") Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
JohnOne Posted December 20, 2014 Posted December 20, 2014 {CTRLDOWN}, Used with ControlSend. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
kakaini Posted December 21, 2014 Author Posted December 21, 2014 (edited) The point of this was to be able to multi task, but I can't perform any actions with the mousr while the macro is active. And the macro works only when the window is active. Edited December 21, 2014 by kakaini
computergroove Posted December 21, 2014 Posted December 21, 2014 Use ControlSend to send commands directly to the application. You could also instead run this app in a VM. Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
kakaini Posted December 21, 2014 Author Posted December 21, 2014 (edited) Use ControlSend to send commands directly to the application. You could also instead run this app in a VM. ControlClick is not the same? VM as in Virtual Machine? That takes notably more resources. How do I CTRL+Click "SOMETHING NUMBER SOMETHING SOMETHING..." Are there commands to extract NUMBER from a string like that? Edited December 21, 2014 by kakaini
junkew Posted December 21, 2014 Posted December 21, 2014 try in examples section the iuiautomation stuff FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
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