GoFor Posted November 12, 2014 Posted November 12, 2014 Hi guys, I have a small problem with ControlClick. So I have this (for example): ControlClick("[CLASS:Chrome_WidgetWin_1]","","Chrome_RenderWidgetHostHWND1","left",1,803, 676) In my PC(Windows XP) that work great but in laptop(Windows 8) which have the same "title" and "controlID"("ClassnameNN", not "ID") it doesn't work... do you know what's going on? Why it doesn't work?
Moderators JLogan3o13 Posted November 12, 2014 Moderators Posted November 12, 2014 Have you tried it without the x,y coordinates, just letting it default to the center of the control? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
GoFor Posted November 12, 2014 Author Posted November 12, 2014 If I understanded it good, it wont work. This is browser and in browser is just one control :/
jdelaney Posted November 12, 2014 Posted November 12, 2014 (edited) There are ways to manipulate dom objects within chrome, but i'd suggest FF or IE, just because those are ready out of the box (more specifically, <ie.au3>) Edited November 12, 2014 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
GoFor Posted November 12, 2014 Author Posted November 12, 2014 (edited) Ok thanks. I'll try it and if i will have some problem then i write again Edited November 12, 2014 by GoFor
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