Jump to content

Recommended Posts

Posted

Ok so I am trying to automate a ordering system for one of my business and I want to know if they is  a way to find text or tags on a website (For name,address,etc) please help me if you have any questions of what I am doing that could help you help me ;) thank you very much :)

Posted

There are number of functions it all depends upon the code of the website, for example does it have a name or id attribute

  • _IEGetObjById
  • _IEGetObjByName

Otherwise use 

_IETagNameGetCollection

To get all tags then check if the innertext equals xyz or className = xyz, there are a number of options, you can search for MSDN IE DOM and you can any of those object modules within Autoit.

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