Selenium IDE

Selenium IDE

  • Docs
  • API
  • Plugins
  • Blog
  • Help

›API Reference

Introduction

  • Getting Started
  • Selenium IDE Extension ID
  • Health Checks

Concepts

  • Requests
  • Error Handling
  • Emitting Code
  • Exporting Code

Extending the IDE

  • Adding Commands
  • IDE Events
  • Emitting Setup & Teardown

API Reference

  • Introduction
  • System
  • Playback
  • Record
  • Popup
  • Export

Plugins Export API

Playback API concerns with the exporting capabilities of Selenium IDE.

This API is prefix with /export.

GET /export/location

Used to get WebDriver code to resolve a locator.

{
  uri: "/export/location",
  verb: "get",
  location: "valid locator"
}
  • location - a valid Selenium IDE locator (e.g. css=input.text).

Returns

If the locator is valid returns JavaScript WebDriver code that resolves to this element (e.g. By.css("input.text")).

In any other case an error.

Last updated on 12/31/2018
← Popup
Selenium IDE
Docs
Getting StartedAPI ReferenceBuild a Plugin
Community
Slackirc (#selenium)Google group
More
BlogGitHubStarLegacy IDE
Copyright © 2019 Software Freedom Conservancy (SFC)