tobject Posted February 6, 2010 Posted February 6, 2010 (edited) I'm doing my little Google Sites Automator via IE Trying to do last thing - click on Save button _IELinkClickByText($oIE,"Save"); does not work I also checked all links and either Links are not updateing with new dynamic links or it is not a link I found Save inside a DIV? How do i click on DIV? firing onclick gets me nothing $MyDivHtml2=_IEGetObjById($oIE,"sites-editor-button-sites-save"); $MyDivHtml2.fireEvent("onclick") <DIV class="goog-inline-block goog-button goog-button-base" id=sites-editor-button-sites-save title="" tabIndex=0 unselectable="on" closure_hashCode_xjwm28="100044"> <DIV class="goog-inline-block goog-button-base-outer-box" unselectable="on"> <DIV class="goog-inline-block goog-button-base-inner-box" unselectable="on"> <DIV class=goog-button-base-pos unselectable="on"> <DIV class=goog-button-base-top-shadow unselectable="on"> </DIV> <DIV class=goog-button-base-content unselectable="on">Save</DIV></DIV></DIV></DIV></DIV> Edited March 28, 2010 by tobject
Steveiwonder Posted February 6, 2010 Posted February 6, 2010 It probably uses frames, you will need to get the HTML from the frame and check their. I don't have a google sites acocunt and there sign is broken. They call me MrRegExpMan
MvGulik Posted February 7, 2010 Posted February 7, 2010 (edited) whatever Edited February 7, 2011 by MvGulik "Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions.""The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014) "Believing what you know ain't so" ... Knock Knock ...
tobject Posted February 7, 2010 Author Posted February 7, 2010 Mmm, Probably better if something like this would be browser independent. (just being selfish)But I think Google Site could make a lot of use of form fields. (probably heavy javascript embedded)yep I'd like to see Google API port to Autoit, who doesn't
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