Guest User

Untitled

a guest
Jan 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Dim allelements As HtmlElementCollection = WebBrowser1.Document.All
  2. For Each webpageelement As HtmlElement In allelements
  3. If webpageelement.GetAttribute("classname") = "*CLASSVALUE*" Then
  4. webpageelement.(do your thing, invokemember, setattribute)
  5. End If
Add Comment
Please, Sign In to add comment