Package FlaNium.WinAPI.webdriver
Class FlaNiumDriverCommandExecutor
- java.lang.Object
-
- org.openqa.selenium.remote.HttpCommandExecutor
-
- FlaNium.WinAPI.webdriver.FlaNiumDriverCommandExecutor
-
- All Implemented Interfaces:
org.openqa.selenium.logging.NeedsLocalLogs,org.openqa.selenium.remote.CommandExecutor
public class FlaNiumDriverCommandExecutor extends org.openqa.selenium.remote.HttpCommandExecutorDriverCommandExecutorthat understands FlaNium Driver specific commands.
-
-
Constructor Summary
Constructors Constructor Description FlaNiumDriverCommandExecutor(FlaNiumDriverService driverService)FlaNiumDriverCommandExecutor(URL remoteUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.remote.Responseexecute(org.openqa.selenium.remote.Command command)
-
-
-
Constructor Detail
-
FlaNiumDriverCommandExecutor
public FlaNiumDriverCommandExecutor(FlaNiumDriverService driverService)
-
FlaNiumDriverCommandExecutor
public FlaNiumDriverCommandExecutor(URL remoteUrl)
-
-
Method Detail
-
execute
public org.openqa.selenium.remote.Response execute(org.openqa.selenium.remote.Command command) throws IOException- Specified by:
executein interfaceorg.openqa.selenium.remote.CommandExecutor- Overrides:
executein classorg.openqa.selenium.remote.HttpCommandExecutor- Throws:
IOException
-
-