Package com.codeborne.selenide
package com.codeborne.selenide
Public API of Selenide
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.
-
ClassesClassDescriptionConfiguration settings for Selenide default browser
This class is designed so that every setting can be set either via system property or programmatically.The main starting point of Selenide.A static facade for accessing WebDriver instance for current threads