Uses of Interface
org.openqa.selenium.TakesScreenshot
Packages that use TakesScreenshot
Package
Description
-
Uses of TakesScreenshot in org.openqa.selenium
Subinterfaces of TakesScreenshot in org.openqa.selenium -
Uses of TakesScreenshot in org.openqa.selenium.chrome
Classes in org.openqa.selenium.chrome that implement TakesScreenshotModifier and TypeClassDescriptionclass
AWebDriver
implementation that controls a Chrome browser running on the local machine. -
Uses of TakesScreenshot in org.openqa.selenium.chromium
Classes in org.openqa.selenium.chromium that implement TakesScreenshotModifier and TypeClassDescriptionclass
AWebDriver
implementation that controls a Chromium browser running on the local machine. -
Uses of TakesScreenshot in org.openqa.selenium.edge
Classes in org.openqa.selenium.edge that implement TakesScreenshotModifier and TypeClassDescriptionclass
AWebDriver
implementation that controls an Edge browser running on the local machine. -
Uses of TakesScreenshot in org.openqa.selenium.firefox
Classes in org.openqa.selenium.firefox that implement TakesScreenshotModifier and TypeClassDescriptionclass
An implementation of the {#link WebDriver} interface that drives Firefox. -
Uses of TakesScreenshot in org.openqa.selenium.ie
Classes in org.openqa.selenium.ie that implement TakesScreenshot -
Uses of TakesScreenshot in org.openqa.selenium.remote
Classes in org.openqa.selenium.remote that implement TakesScreenshot -
Uses of TakesScreenshot in org.openqa.selenium.safari
Classes in org.openqa.selenium.safari that implement TakesScreenshotModifier and TypeClassDescriptionclass
A WebDriver implementation that controls Safari using a browser extension (consequently, only Safari 5.1+ is supported).