Package org.openqa.selenium.firefox
Class AddHasFullPageScreenshot<X>
java.lang.Object
org.openqa.selenium.firefox.AddHasFullPageScreenshot<X>
- All Implemented Interfaces:
org.openqa.selenium.remote.AdditionalHttpCommands
,org.openqa.selenium.remote.AugmenterProvider<HasFullPageScreenshot>
@AutoService({org.openqa.selenium.remote.AdditionalHttpCommands.class,org.openqa.selenium.remote.AugmenterProvider.class})
public class AddHasFullPageScreenshot<X>
extends Object
implements org.openqa.selenium.remote.AugmenterProvider<HasFullPageScreenshot>, org.openqa.selenium.remote.AdditionalHttpCommands
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImplementation
(org.openqa.selenium.Capabilities capabilities, org.openqa.selenium.remote.ExecuteMethod executeMethod) Predicate<org.openqa.selenium.Capabilities>
-
Field Details
-
FULL_PAGE_SCREENSHOT
- See Also:
-
-
Constructor Details
-
AddHasFullPageScreenshot
public AddHasFullPageScreenshot()
-
-
Method Details
-
getAdditionalCommands
- Specified by:
getAdditionalCommands
in interfaceorg.openqa.selenium.remote.AdditionalHttpCommands
-
isApplicable
- Specified by:
isApplicable
in interfaceorg.openqa.selenium.remote.AugmenterProvider<X>
-
getDescribedInterface
- Specified by:
getDescribedInterface
in interfaceorg.openqa.selenium.remote.AugmenterProvider<X>
-
getImplementation
public HasFullPageScreenshot getImplementation(org.openqa.selenium.Capabilities capabilities, org.openqa.selenium.remote.ExecuteMethod executeMethod) - Specified by:
getImplementation
in interfaceorg.openqa.selenium.remote.AugmenterProvider<X>
-