bills4 Posted October 21, 2011 Posted October 21, 2011 (edited) how to click to it<span class="radialPlan radialYear radialSelected"></span> i tried but it is working $oTags = _IETagNameGetCollection($oIE, 'span') ;click John NowIf Not @error ThenFor $oTag In $oTags If $oTag.class == 'radialPlan radialYear radialSelected' Then _IEAction($oTag, 'click') _IELoadWait($oIE) ExitLoop EndIfNextEndIf Edited October 21, 2011 by bills4
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now