Guest User

Untitled

a guest
Apr 26th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. import webbrowser
  2. import time
  3.  
  4.  
  5. class ScreenCapture:
  6. url = 'https://www.google.com/'
  7. webbrowser.get("C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s").open(url)
  8.  
  9. # get html from browser that is open
Add Comment
Please, Sign In to add comment