Selenide

Selenide integration in Neodymium.

Selenide is a test automation framework built on top of Selenium Webdriver that allows you to write concise test.

If you have ever used jQuery, the syntax will look familiar to you. Furthermore, common problems that would have to be overcome when using a plain Selenium Webdriver (like stale element handling or timeouts) are avoided, as Selenide facilitates:

  • Stale element handling
  • Handling timeouts
  • Shutting down the browser

Used Versions:

  • Selenium: 4.26.0
  • Selenide: 7.11.1

All changes and new introduced features are found here

Remark:

To use the Selenide Network Mock please set neodymium.selenideProxy = true in config/neodymium.properties.

Last modified February 18, 2026: remove numbers from filenames (27bdd4a5)