Jump to content

Recommended Posts

Posted (edited)

Hello

I 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 you

EDIT:

Got it using _IETagNameGetCollection($oIE,"SPAN"), and then interating the returned collection.

Edited by Zohar

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
×
×
  • Create New...