Guest User

Untitled

a guest
Nov 19th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. IJavaScriptExecutor JS = Browser as IJavaScriptExecutor;
  2. Browser.Navigate().GoToUrl("https://vk.com/publicgames");
  3. Thread.Sleep(2000);
  4. JS.ExecuteScript("document.getElementById('#public_subscribe').click;");
Add Comment
Please, Sign In to add comment