|
-
Mar 19th, 2018, 07:33 PM
#6
Re: mouse click
And what does that have to do with mouse clicks? Anything? It seems unrelated.
This seems to be simply a repeat of a question that I answered previously, possibly here or possibly elsewhere. I said then that you should simply get those elements into a collection and then take the second one. You seem to have made no attempt to do that at all. A few minutes of using the Help menu and reading the relevant documentation would have shown you that that All property is type HtmlElementCollection and that type has a GetElementsByName method, that will return a collection of elements with the specified name (name, NOT id). That's your collection, assuming that no other elements have that same name.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|