Skip to content

Motivation

Sergey Brit edited this page Feb 26, 2024 · 1 revision

Selenide

Selenide is a great tool for Web UI automation testing.
Actually this is a wrapper around the Selenium functionality.
It has a good structured DSL to develop tests quickly and make them clearly to understand.
Also, Selenide extends existing Selenium functionality adding different comfortable opportunities.
I cannot but mentions that Selenide takes care about almost all infrastructural issues like

  • set up browser an download webdriver
  • initialize browser in different ways
    • using open() method
    • using implementation of WebDriverProvider interface
    • using WebDriverRunner class
  • download files
  • setup for remote running and much more. It is easy to use tool and also it is self-documented. The names of all methods are talking about what they are doing.
Clone this wiki locally