Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

How click this tags

$
0
0

i have this code

 

<span class="search-icon"></span>

 

i want to click it , i try code : 

 

 

$oTags = _IETagNameGetCollection($oIE, 'span')

If Not @error Then
For $oTag In $oTags
  If $oTag.class == 'search-icon' Then
   _IEAction($oTag, 'click')
   _IELoadWait($oIE)
   ExitLoop
  EndIf
Next
EndIf
; end click

 

But it is working , anyone can help , please ??


Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>