Jump to content

Recommended Posts

Posted

Having trouble clicking this button. 

Is there a different, better way I can press this button?

This code is not seeming to work anymore for me. 

   $oInputs1 = _IETagNameGetCollection($oIE, "span")
  For     $oInput1 in $oInputs1
  If StringStripWS($oInput1.innertext,1) = "OK" Then
      $target = $oInput1
      ExitLoop
   EndIf
   Next
   _IEAction($target, "click")

Capture.thumb.JPG.cc3dbaf96f71272a6e0c8bf12eba72b2.JPG

 

Capture2.JPG.371f56604dbdf7628f1d34fa8fd6eb8f.JPG

You miss 100% of the shots you don't take. -Wayne Gretzky -Michael Scott

Posted

Check:

 

You could relate it with id="x1M8_W3-0".

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...