Jump to content

Search the Community

Showing results for tags '_ChromeEval'.

  • 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

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

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 guys, First and foremost I just want to thank you'll for all the help that you been given to me. Autoit forum is one of the best forums I been a part of, if not the best. Secondly, I have another question for your guys and hopefully one of you all can help me with it. All I want to do is to open chrome and interact with the page by clicking in one of the options of the webpage. My problem is that the option or button that I want to interact with doesn't have an "id" that I can use. So I decided to run a queryselector method and tried to add that to the script. According to what I understood from the UDF "Chrome.au3" the function name _ChromeEval() could perform that, below is my script: ; Closes Chrome if open _ChromeShutdown() ; Opens Chrome with that link, is that a way to use incognito with this function??? _ChromeStartup("https://link.gexcxcxcxtsync.com") ; Wait for the page with the document title of "itTorrent Sync - Link received" _ChromeDocWaitForExistenceByTitle("itTorrent Sync - Link received", 10) ; I ran this query selector on chrome tools and it found the button I want to interact with ; I just need help running this in autoit _ChromeEval(document.querySelector(".btn-primary-stroke"), 5 ) Thank you again
×
×
  • Create New...