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