Jump to content

Search the Community

Showing results for tags 'Yes I have searched!'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Hi all I am trying to automate some test scripts to be used to test SAP in the WebGUI. Unfortunately SAP is ill behaved and I am getting inconsistant results using tabs and enters. To aid in anchoring the position of the cursor I would like to focus the cursor (?) on the first link on the page*. (I can't tab to it as the number of tabs required seems to vary with the phases of the moon.) So, I thought I would try altering the _IELinkClickByIndex function, by changing the following line: $oLink.click to $oLink.focus Unfortunately, for reasons I don't understand, this does not work. So, is there a way to just set the focus* on a particular link? Not click it, but just focus it? *By focus I mean as if you had just tabbed to it and you can see a sort of dotted box around it. TIA Clark
×
×
  • Create New...