Sepp46846 Posted October 14, 2011 Posted October 14, 2011 Hi, I have a Problem. I need to automate a installation and now i need to check some boxes in a class named "ThunderRT6PictureBox" i think it's a vb class. I can't access the radio buttons via ID, CLASSNN oder Text because they are all named the same. Any Ideas how i can click those items? Here's my Code: winwait("Setup - STARTER V4.3.0.0", "Achtung:") //That works WinActivate("Setup - STARTER V4.3.0.0", "") //works too Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 5, 14, 15) Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 1, 14, 65) Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 1, 14, 80) Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 1, 14, 100) Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 1, 14, 115) Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 1, 14, 151) Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 1, 14, 166 ) Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 2, 307, 165) Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 1, 14, 183) Sorry for non highlighting my code but IE still sucks^^ Thank you
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