SeleniumHQ / selenium-ide

Open Source record and playback test automation for the web.
https://selenium.dev/selenium-ide/
Apache License 2.0
2.8k stars 762 forks source link

Selenium IDE Failed To Capture Select2 dropdown Elements #1842

Closed Manikandan-1712 closed 3 months ago

Manikandan-1712 commented 3 months ago

We have noticed that the Selenium IDE extension fails to capture the dropdown action and the selected value from the Select2 dropdown. We kindly request you to look into this issue and provide a permanent fix in a future update.

  1. Issue happening for select2 dropdown
  2. Multi select dropodwn
  3. Filter dropdown which uses select2

To Reproduce

  1. Start Record
  2. Click dropdown which uses select2 as element
  3. observe no entries for clicked and option selected

Expected behavior -

should have click command for dropdown click and options click

.side File not having entry for the select2 clicked events and selected dropdown options

Environment

OS: Linux '6.5.0-35-generic #35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 7 09:00:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux Selenium IDE Version: 3.17.2

Browser: Chrome Browser Version: 124.0.6367.78 (Official Build) (64-bit)

toddtarsi commented 3 months ago

This sounds like something a plugin should address. I'm not interested in fixing components on a case by case basis.

toddtarsi commented 3 months ago

Actually I remember writing this exact plugin back on v2 😆

They use non-standard html, there's no way that sorta thing should be in core

github-actions[bot] commented 2 months ago

This issue has been automatically locked since there has not been any recent activity since it was closed. Please open a new issue for related bugs.