Skip to main content
CodeAgent automatically saves all executed code and JavaScript blocks during your session. You can export your complete automation workflow in multiple formats for sharing, version control, or re-running later.

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
Structure:

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
Structure: