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

## 🐛 Bug Report The find-select can not work after restarting the PlaybackWindow. ![image](https://user-images.githubusercontent.com/19171021/184281340-03356e34-ff83-4262-a960-c35ebaf150af.png) I found that after restarting playbackWindow there will be some unremoved listener https://github.com/SeleniumHQ/selenium-ide/blob/f716d0686dc7ad806d6bacd9744cd22f8ddb3a14/packages/selenium-ide/src/browser/windows/PlaybackWindow/preload/find-select.ts#L29 I have a...

## 🐛 Bug Report Bug IDE SIDE 3.17.4 : Type on input type="date" d'ont work specific format date = yyyy-mm-dd fix for angular : element.dispatchEvent(new Event('input')); it's work fine on...

## 🐛 Bug Report Bug IDE SIDE 3.17.4 : Send Keys ${KEY_ENTER} d'ont work on Firefox (v103) it's work fine on selenium-side-runner and Chrome

**Thanks for contributing to the Selenium IDE!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, please check our [contributing](https://github.com/SeleniumHQ/selenium-ide/blob/master/CONTRIBUTING.md) guidelines. Avoid...

## 🚀 Feature Proposal Config to enable the user to set the implicitWait for the WebDriverExecutor. ## Motivation I faced some situations where the default value of the implicitWait is...

## 🚀 Feature Proposal For an element that fires _mousedown/up_ events but does not fire the _click_ event, IDE does not record the _mousedown/up_ events, let alone the _click_ event....

this has ``` > yarn add electron-reloader --dev -W [History] > yarn add electron-reload --dev -W [History] > yarn add concurrently --dev -W ``` Initial experiment with hot reload. I...

## 🚀 Feature Proposal Selenium IDE logs a) Not able to export console logs only b) Logs have only time in hours and seconds. Expect to have hours:minutes:seconds:milliseconds ## Motivation...