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
-
Constructor Summary
-
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:
getAdditionalCommands
in interfaceAdditionalHttpCommands
- Returns:
- Additional commands to add to the
CommandExecutor
.
-
isApplicable
- Specified by:
isApplicable
in interfaceAugmenterProvider<HasDebugger>
- Returns:
- Whether this provider should be applied given these
caps
.
-
getDescribedInterface
- Specified by:
getDescribedInterface
in interfaceAugmenterProvider<HasDebugger>
- Returns:
- The interface that this augmentor describes.
-
getImplementation
Description copied from interface:AugmenterProvider
For the interface that this provider describes, return an implementation.- Specified by:
getImplementation
in interfaceAugmenterProvider<HasDebugger>
- Returns:
- An interface implementation
-