-
Notifications
You must be signed in to change notification settings - Fork 8
Motivation
Sergey Brit edited this page Feb 26, 2024
·
1 revision
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
- using
- 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.