Skip to content

Instantly share code, notes, and snippets.

@trflynn89
trflynn89 / webdriver.py
Last active February 7, 2025 17:17
Serenity WebDriver
#!/usr/bin/env python3
# pip3 install pillow
# pip3 install requests
import base64
import io
import json
import requests
import time