selenium-ide icon indicating copy to clipboard operation
selenium-ide copied to clipboard

Open Source record and playback test automation for the web.

Results 281 selenium-ide issues
Sort by recently updated
recently updated
newest added

## 💬 Questions and Help ### Please note that this issue tracker is not a help form and this issue will be closed. For questions or help please see: hello....

## 🚀 Feature Proposal To access a property value of a stored json object, I need to do a workaround using execute script command each time(ex. "execute script, return ${object}.someKey,...

enhancement

## 🐛 Bug Report Using "Run" command at the end of test script which is executed with other "Run" command cancels the execution of the main test script afterwards and...

## 💥 Regression Report I'm using a very simple test to open a URL and upload a file using type command ie "id": "89b5c7b4-a840-44d0-ad17-6b6badc05a51", "comment": "", "command": "type", "target": "id=fileInputPP7",...

## 🚀 Feature Proposal Alerts , prompts and confirmation dialog boxes are not viewable when trying to record a test using Electron application. This makes it difficult to automate the...

## 🐛 Bug Report Hi, I am running one of my web application in selenium IDE desktop application to record the test. But I have observed that most of the...

## 🚀 Feature Proposal Release an extension for Safari ## Motivation To easily run tests in Safari ## Example Just as the extension is released for Chrome and Firefox but...

## 🐛 Bug Report While attempting to record a test flow using Selenium IDE, I am encountering a "This page is not responding" error, which causes the recording session to...

## 🐛 Bug Report It doesn't work when trying to pass variables to the next test in the test suite. 1. Create separate tests to "define variables" and "run tests"....

## 🐛 Bug Report I am trying to open my application web page(hosted using HTTPS) in selenium IDE recorder panel. But I receive below error in the console. Could anyone...