Skip to content

Instantly share code, notes, and snippets.

@AnderRV
Last active October 29, 2021 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnderRV/56fa3a6d8e58cb3cb8d73015997a69d7 to your computer and use it in GitHub Desktop.
Save AnderRV/56fa3a6d8e58cb3cb8d73015997a69d7 to your computer and use it in GitHub Desktop.
from collectors import headless_chromium
# ...
def get_html(url):
return headless_chromium.get_html(url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment