Jump to content

Help automating a webpage


Recommended Posts

Hi

This is my first time trying out any Real programing so I figured I'd start with something like a macro to start and autoit seemed like the best way to make it.

Basically I need to copy two cells from excel and input them in to my company inventory web page then select the button to update the data.

Since i don't want to use any mouse movement so it can be run on a number of PC's with varied settings

I've been using "Send('{SHIFTDOWN}{TAB}{SHIFTUP}')" to select the button and am very sure its that part making it lag so I would like to have it just press the button directly tho I can't seem to get the button info using the "AutoIt Window Info" tool.

Much the same as it cant seem to see the "Google Search" button on Google.

I would also like to know if anyone can point out and good reading, demos, tuts, or beginner projects for a newbie to programing with autoit

Thank you kindly for any help

"Time Is God"

Link to comment
Share on other sites

I would like to have it just press the button directly

$oIE=_IECreat("http://somesite.com")

$obutton = _IEGetObjByName ($oIE, "name of button")

_IEAction ($obutton, "click")

I would also like to know if anyone can point out and good reading, demos, tuts, or beginner projects for a newbie to programing with autoit

This's Where i start Edited by d4rk

[quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys

Link to comment
Share on other sites

Is there any chance theres stuff to work with firefox as I'm trying to get it to use a portable firefox so that its standard across all pcs and i can control any updates and such where as with IE some pcs are 6.0 some are 7.0 and those that use firefox have removed IE all together

"Time Is God"

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