Guest User

Untitled

a guest
Aug 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Webbrowser1.Navigate("https://www.youtube.com/feed/subscriptions")
  2. For Each link As HtmlElement In WebBrowser1.Document.Links
  3. //some logic here to select links to click
  4. link.InvokeMember("click")
  5. Next
Add Comment
Please, Sign In to add comment