Package org.openqa.selenium.safari
Class AddHasDebugger
java.lang.Object
org.openqa.selenium.safari.AddHasDebugger
- All Implemented Interfaces:
AdditionalHttpCommands,AugmenterProvider<HasDebugger>
@AutoService({AdditionalHttpCommands.class,AugmenterProvider.class})
public class AddHasDebugger
extends Object
implements AugmenterProvider<HasDebugger>, 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
-
ATTACH_DEBUGGER
- See Also:
-
-
Constructor Details
-
AddHasDebugger
public AddHasDebugger()
-
-
Method Details
-
getAdditionalCommands
- Specified by:
getAdditionalCommandsin interfaceAdditionalHttpCommands- Returns:
- Additional commands to add to the
CommandExecutor.
-
isApplicable
- Specified by:
isApplicablein interfaceAugmenterProvider<HasDebugger>- Returns:
- Whether this provider should be applied given these
caps.
-
getDescribedInterface
- Specified by:
getDescribedInterfacein interfaceAugmenterProvider<HasDebugger>- Returns:
- The interface that this augmentor describes.
-
getImplementation
Description copied from interface:AugmenterProviderFor the interface that this provider describes, return an implementation.- Specified by:
getImplementationin interfaceAugmenterProvider<HasDebugger>- Returns:
- An interface implementation
-