Jump to content

ControlClick does not work for me


Recommended Posts

I have a web page titled "IPF Employer Services - Windows Internet Explorer" opened after a password and login is typed in.

The web page that is opened has three buttons on the top left hand side of the page, and on one of them I want to click so the next web page is opened.

The name of the button is called "Schedule". I have tried to find the name of the button control info using 'Autoit window info' tool but can not get differing names between the buttons.

I know I could use coords to get the location but I would not prefer to use that.

So given that the web page title is called "IPF Employer Services - Windows Internet Explorer" and the button name is called "Schedule" then

what syntax is used ?

Below is my attempt :

ControlClick ("IPF Employer Services - Windows Internet Explorer","","Schedule")

Help would be appreciated

Link to comment
Share on other sites

You should familiarize yourself with the IE functions which reside in the helpfile and are part of the Autoit3 download.

Unfortunately I've not really used them myself so unqualified to help.

So this is just a pointer really.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

You cant controlclick on webpage on button name as control ID

You cant try clicking on coordinates on webpage, or try IE* funcs from help file to see if they can help.

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

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