Jump to content

Web site navigation with IE.au3?


Recommended Posts

Hi,

Trying to setup a kiosk and need to log into a site and navigate to a specific page using IE 11 and trying IE.au3.  I am able successfully launch IE to the login page, enter username and password and click the login button, all using _IEGetObjById, works cool.  But that takes me to a dashboard page where the link I need to click next is in the form of a tile.  So far I have not been able to figure out how to select the tile I want or even the href.

Here's the code from the web page that shows the object I'm trying to click:

<div class="tile highlight-2" id="8672" changed="false">
                    <a href="/app/verification/v2/dashboard/displayList/8672">
                        <span class="tile-desc">Patient - Prepare</span>
                        <span class="tile-count">8</span>
                        
                        
                    </a>
                </div>

I've played around with _IELinkClickByIndex and _IELinkClickByText with no luck, can't figure out how to determine the href.

I can use the mouseclick() method but the location of the tile moves depending size and shape of the screen and resolutions.

Any thoughts?

Thanks in advance,

Linn

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