Zohar Posted March 1, 2009 Posted March 1, 2009 (edited) HelloI have a Webpage that has this in it:<span class="AddButton" ...............>I need to get an Object from that SPAN, so I can .Click() it via code.How do I get a SPAN object?Thank youEDIT:Got it using _IETagNameGetCollection($oIE,"SPAN"), and then interating the returned collection. Edited March 1, 2009 by Zohar
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