Jump to content

Search the Community

Showing results for tags '.get'.

  • 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. Hello guys, yet again another question. Currently trying to make a script that navigates around on a webpage, currently i tried this $btnSwitch = .document.getElementById("IDNAME").click() $btnSwitch = .document.getElementsById("IDNAME") for $b in $btnSwitch if $b.innerHTML = "buttonName" Then $b.click() endif next I know it's the button id 100% sure but it doesnt click it for some reason? am i wrong in the code or ? ###EDIT: Forgot to mention im trying to make it click on the object / id , it finds .. :P### A example on how the code should be deeply appreciatet. Dequality.
×
×
  • Create New...