Jump to content

i want to kick this code


bills4
 Share

Recommended Posts

how to click to it

<span class="radialPlan radialYear radialSelected"></span>

i tried but it is working :graduated:

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

;click John Now

If Not @error Then

For $oTag In $oTags

If $oTag.class == 'radialPlan radialYear radialSelected' Then

_IEAction($oTag, 'click')

_IELoadWait($oIE)

ExitLoop

EndIf

Next

EndIf

Edited by bills4
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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