com.codeborne.selenide.fullscreenshot.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of selenide-full-screenshot Show documentation
Show all versions of selenide-full-screenshot Show documentation
Selenide = concise API for Selenium WebDriver
/**
* Selenide plugin for taking full-size screenshots.
*
* These screenshots cover the whole browser window which might be bigger than the area currently visible on the screen.
*
*/
@NullMarked
@CheckReturnValue
package com.codeborne.selenide.fullscreenshot;
import com.google.errorprone.annotations.CheckReturnValue;
import org.jspecify.annotations.NullMarked;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy