MarioLasagna Posted January 4, 2018 Posted January 4, 2018 Hi there. I'm having a hard time figuring out how to change a checkbox on Google Calendar settings. I would like to check distribute a binary to users and let it automatically check the Speedy meetings checkbox. I'm not a web developer so some stuff here can be pretty obvious for you guys. So far I'm able to open the browser with _IECreate("https://calendar.google.com/calendar/r/settings", 1, 1, 1). I tried different methods to perform the task. Summary below: - Using TABs until reaching the checkbox and hitting SPACE. Every time I ran the code I got a different result. - I tried to use _IEGetObjectByName but I can't find the object. I used the Inspect from Chrome but like I said this checkbox don't have a ID. I was expecting to use the ID and use the function _IEFormElementCheckBoxSelect and also tested with _IETagNameGetCollection. I'm sharing the Inspect output. - I also tried to search for Speedy meetings and click on it with _IELinkClickByText. The text itself is clickable to check the checkbox but since it's not really a link it's not working. Any thoughts?
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