Skip navigation links

Package com.codeborne.selenide.impl

Implementation details of Selenide library.

See: Description

Package com.codeborne.selenide.impl Description

Implementation details of Selenide library. Selenide is designed so that you can you override any single piece of its logic. For example, to override the logic of taking screenshots one can override class:
 Screenshots.screenshots = new ScreenShotLaboratory() {
Skip navigation links