Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 700 Bytes

File metadata and controls

17 lines (15 loc) · 700 Bytes
title linkTitle weight description
Selenium IDE
IDE
10
The Selenium IDE is a browser extension that records and plays back a user's actions.

Selenium's Integrated Development Environment (Selenium IDE) is an easy-to-use browser extension that records a user's actions in the browser using existing Selenium commands, with parameters defined by the context of each element. It provides an excellent way to learn Selenium syntax. It's available for Google Chrome, Mozilla Firefox, and Microsoft Edge.

For more information, visit the complete Selenium IDE Documentation