Yellowjacket Posted May 19, 2015 Posted May 19, 2015 Brand new user, trying to figure out the very basics, looking for answers to basic questions like:"I want to automate clicking a link/button/picture on IE, how do I do that?" Specifically, I'm struggling to understand how I can "get" the "name" (oObject?) of the link or button in question in order to automate it the process.Rather than plague you all with myriad newbie questions, is there a good reference database for basic internet functions and utility, including examples, from which I can get started? I'm a moderately competent programmer, but the documentation seems to take for granted a level of basic internet knowledge that I don't possess (I don't know what "object" or "frame" really means in this context, etc.Thanks!
spudw2k Posted May 20, 2015 Posted May 20, 2015 The help file is a great resource. There are User Defined Functions that start with "_IE" that will be a good starting point. Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
JohnOne Posted May 20, 2015 Posted May 20, 2015 As I understand it, an object is anything in a web page, such as a link, a text, an image, video etc....A frame is a complete different full document embedded in a page, which could come from a completely different domain. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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