Jump to content

HELP WITH GOOGLE SCript


Recommended Posts

well i need help

im trying to make an auto bookmark with google

but the problem is that the url stops because of length of each title

im trying to make it auto save bookmark link

#include <IE.au3>

$oIE = _IECreate ("www.google.com/bookmarks")

#Opens IE

$i = 0

#this creats an interger interger is i = 0

Do

$i = $i + 2

#increase interger I

MouseMove(944,714 , 0)

_IELoadWait ($oIE)

_IELinkClickByText ($oIE, "Edit",8)

#clicks edit link using gui.

_IELoadWait ($oIE)

MouseClick("left")

#Clicks Save button.

Until $i = 9

#stop after 50

can some one convert to firefox

Link to comment
Share on other sites

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