Skip to content

Selenide

Bernd Weigel edited this page Jun 10, 2024 · 11 revisions

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.0
  • Selenide: 7.2.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.