Package org.openqa.selenium.firefox
Class AddHasFullPageScreenshot<X>
java.lang.Object
org.openqa.selenium.firefox.AddHasFullPageScreenshot<X>
- All Implemented Interfaces:
AdditionalHttpCommands,AugmenterProvider<HasFullPageScreenshot>
@AutoService({AdditionalHttpCommands.class,AugmenterProvider.class})
public class AddHasFullPageScreenshot<X>
extends Object
implements AugmenterProvider<HasFullPageScreenshot>, AdditionalHttpCommands
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImplementation(Capabilities capabilities, ExecuteMethod executeMethod) For the interface that this provider describes, return an implementation.
-
Field Details
-
FULL_PAGE_SCREENSHOT
- See Also:
-
-
Constructor Details
-
AddHasFullPageScreenshot
public AddHasFullPageScreenshot()
-
-
Method Details
-
getAdditionalCommands
- Specified by:
getAdditionalCommandsin interfaceAdditionalHttpCommands- Returns:
- Additional commands to add to the
CommandExecutor.
-
isApplicable
- Specified by:
isApplicablein interfaceAugmenterProvider<X>- Returns:
- Whether this provider should be applied given these
caps.
-
getDescribedInterface
- Specified by:
getDescribedInterfacein interfaceAugmenterProvider<X>- Returns:
- The interface that this augmentor describes.
-
getImplementation
public HasFullPageScreenshot getImplementation(Capabilities capabilities, ExecuteMethod executeMethod) Description copied from interface:AugmenterProviderFor the interface that this provider describes, return an implementation.- Specified by:
getImplementationin interfaceAugmenterProvider<X>- Returns:
- An interface implementation
-