WebBrowser: Finding by class

  • Thread starter Thread starter bastawhiz
  • Start date Start date
B

bastawhiz

I want to create some method of finding elements in a htmldocument by
their class. For example, if I am trying to find all divs with the
class "friend", I would like something where I could go:

webbrowser.document.getByClass("friend")

If anyone has any method of doing this, please make it known.

Thank you
 
Back
Top