Export Options

Export your scanned elements in various formats for analysis and test automation


Export Types

JSON Export
Data

Export raw element data in JSON format for analysis, processing, or integration with other tools.

  • Complete Data

    All element attributes and properties

  • Structured Format

    Easy to parse and process programmatically

  • Integration Ready

    Perfect for API integration and automation

CSV Export
Analysis

Export element data in CSV format for spreadsheet analysis, reporting, and data visualization.

  • Spreadsheet Ready

    Open directly in Excel, Google Sheets, etc.

  • Data Analysis

    Easy filtering, sorting, and analysis

  • Reporting

    Create reports and visualizations

Framework Code
Automation

Generate production-ready test automation code for your preferred framework and programming language.

  • Ready to Use

    Production-ready test code

  • Multiple Languages

    Python, JavaScript, Java, C#, TypeScript

  • Framework Support

    Playwright and Selenium

JSON Export Details

JSON Data Structure

JSON export provides comprehensive element data in a structured format that's easy to process programmatically.

Element Properties
  • tag

    HTML tag name (input, button, link, etc.)

  • attributes

    All HTML attributes (id, class, name, etc.)

  • text

    Visible text content and placeholder values

  • location

    XPath and CSS selector paths

Use Cases
  • Data Analysis

    Process element data for insights

  • API Integration

    Feed data to other systems

  • Custom Processing

    Build custom tools and workflows

  • Backup & Storage

    Store element data for later use

CSV Export Details

CSV Data Structure

CSV export creates a tabular format perfect for spreadsheet analysis and reporting.

ColumnDescriptionExample
TagHTML tag nameinput, button, link
IDElement ID attributeusername, submit-btn
ClassCSS class namesform-control, btn-primary
TextVisible text contentLogin, Submit, Click here
XPathXPath selector//input[@id='username']
Analysis Capabilities
  • Filtering

    Filter elements by tag, class, or other attributes

  • Sorting

    Sort by any column for better organization

  • Pivot Tables

    Create pivot tables for element analysis

  • Charts

    Create visualizations of element distribution

Framework Code Export

Playwright Support
Modern

Generate test automation code for Microsoft's Playwright framework.

  • Python (Playwright)
  • JavaScript (Playwright)
  • TypeScript (Playwright)
  • Java (Playwright)
  • C# (Playwright)
Selenium Support
Traditional

Generate test automation code for the Selenium WebDriver framework.

  • Java (FindBy)
  • Java (By)
  • Python (Selenium)
  • C# (FindsBy)
  • C# (By)

Export Process

How to Export
  • 1. Complete Element Scan

    First, scan your web page to extract elements

  • 2. Select Export Type

    Choose JSON, CSV, or Framework Code export

  • 3. Configure Options

    For framework code, select language and framework

  • 4. Download File

    File is automatically downloaded to your workspace

Export Best Practices

Data Export

Tips for effective data export and analysis.

  • Use JSON for Processing

    When you need to process data programmatically

  • Use CSV for Analysis

    When you need to analyze data in spreadsheets

  • Filter Before Export

    Use tag selection to focus on relevant elements

Code Generation

Tips for effective test code generation.

  • Choose Right Framework

    Select framework based on your project needs

  • Review Generated Code

    Always review and customize generated code

  • Test Locators

    Verify that generated locators work correctly


Next Steps

Tag Selection

Learn how to configure tag selection to focus on specific elements and improve your export results.

Learn Tag Selection
Troubleshooting

Having issues with exports? Check our troubleshooting guide for common problems and solutions.

Troubleshooting Guide