Jump to content

Search the Community

Showing results for tags 'browsers'.

  • Search By Tags

    • browsers ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. I am new to AutoIT so my apologies if this is trivial, but I am only finding IE references. Is there a library besides the IE one to control browser windows? I will not use IE, only Edge or Chrome (possibly FireFox if there is no other choice) I have the script I am working on doing everyt...
  2. Hi there... i have this script and i want to make it run in other browsers such as mozilla, chrome, opera or even _html.au3 #include <IE.au3> Local $oIE = _IECreate("https://www.example.com/") Sleep (10000) Local $oFrame = _IEFrameGetCollection($oIE, 0) Local $oAs = _IETagNameGetCollection($o...
×
×
  • Create New...