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

## 🚀 Feature Proposal Would like to know when is newer version of selenium-side-runner will be released? Its been two years a newer version has not released. Regards.

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

## 🐛 Bug Report Command `sendKeys | linkText=close | ${KEY_ENTER}` does not work in Chrome. But its work in Firefox. ## To Reproduce ``` click close Step: send keys |...

confirmed
blocked native
blocked by issue

when targeting iframes, it's not always possible or reliable to match on index, particularly if iframes are generated dynamically. Additional methods to base the selection of the target iframe would...

Something like this: ``` const talkToSIDE = async () => { const pluginChannel = await window.sideAPI.requestPluginChannel('your-plugin-id'); if (pluginChannel) { pluginChannel.on('commandRecorded', (e) => { ... }); pluginChannel.on('playbackStart', (e) => { ......

### What happened? I have recorded my session and when press play it gives "Implicit Wait timed out after 30000ms log" for each target. I changed the timeout by setting...

I-defect
needs-triaging

## 🚀 Feature Proposal It would be useful to be able to override the default "wait" time. In the old IDE, you could change the default in the settings, but...

enhancement

## (https://github.com/SeleniumHQ/selenium-ide/issues/new/choose) 👈 Note: setWindowSize on 1296x696 Failed: 07:03:19 Invalid value for bounds. Bounds must be at least 50% within visible screen space. The window was working properly until yesterday...

## 🚀 Feature Proposal I propose that some generous people develop: a modified version of the command "**wait for element visible**" that **doesn't cause termination** of the test when it...

## (https://github.com/SeleniumHQ/selenium-ide/issues/new/choose) Hi So i was thinking if there is a way to shorten the URL to get to certain parts of the website Example To get to EXPLORE on...