Package org.openqa.selenium.remote
Interface AdditionalHttpCommands
- All Known Implementing Classes:
AddHasCasting,AddHasCasting,AddHasCasting,AddHasCdp,AddHasCdp,AddHasCdp,AddHasContext,AddHasDebugger,AddHasExtensions,AddHasFullPageScreenshot,AddHasLaunchApp,AddHasNetworkConditions,AddHasPermissions,AddHasPermissions
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Used to allow a
CommandExecutor using HTTP to find additional commands that should be
supported. Implementations of this interface are found using the ServiceLoader-
Method Summary
-
Method Details
-
getAdditionalCommands
Map<String,CommandInfo> getAdditionalCommands()- Returns:
- Additional commands to add to the
CommandExecutor.
-