Jump to content

Google Sites SAVE button click needed


tobject
 Share

Recommended Posts

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 by tobject
Link to comment
Share on other sites

whatever Edited 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 ...
 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 1 month later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...