Jump to content

Recommended Posts

Posted (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 by tobject
Posted

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

  • 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
  • Recently Browsing   0 members

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