| Class | Description |
|---|---|
| Configuration |
Configuration settings for Selenide default browser
This class is designed so that every setting can be set either via system property or programmatically. |
| Screenshots | |
| Selenide |
The main starting point of Selenide.
|
| WebDriverRunner |
A static facade for accessing WebDriver instance for current threads
|
The most important class is Selenide
You can start from this class: import static com.codeborne.selenide.Selenide.*;
Other classes will come automatically with a help of your IDE.