Quick Start
Export Formats
Jupyter Notebook (.ipynb)
Contains:- Setup cell with browser initialization and imports
- JavaScript code blocks as Python string variables
- All executed Python cells with outputs and errors
- Browser state snapshots
Python Script (.py)
Best for: Production deployment, version control, automation Contains:- Complete runnable script with all imports
- JavaScript code blocks as Python string variables
- All executed code with proper indentation
- Ready to run with
python script.py