Skip to content

Instantly share code, notes, and snippets.

View georgescumihai's full-sized avatar

Mihai Georgescu georgescumihai

  • NAO Future Technologies
  • Santa Cruz de Tenerife
View GitHub Profile
@georgescumihai
georgescumihai / screenshot.py
Last active December 23, 2020 12:31 — forked from fabtho/save_screenshot.py
make full screenshot with selenium in python, mobile and web
import os
import pathlib
from io import BytesIO
from urllib.parse import quote
from PIL import Image
# https://gist.github.com/fabtho/13e4a2e7cfbfde671b8fa81bbe9359fb
class Screenshot: