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, you don’t have to worry about some of the major problems you would have to overcome if you were using a plain Selenium Webdriver since Selenide introduces:

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

Used Versions:

  • Selenium: 4.26.0
  • Selenide: 7.6.0

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 December 14, 2025: Split quick start (75a2209b)