Package dev.comfast.cf.se.infra
Class FixedSessionExecutor
java.lang.Object
org.openqa.selenium.remote.HttpCommandExecutor
dev.comfast.cf.se.infra.FixedSessionExecutor
- All Implemented Interfaces:
org.openqa.selenium.logging.NeedsLocalLogs,org.openqa.selenium.remote.CommandExecutor
public class FixedSessionExecutor
extends org.openqa.selenium.remote.HttpCommandExecutor
Used to create custom RemoteWebDriver instance
-
Constructor Summary
ConstructorsConstructorDescriptionFixedSessionExecutor(URL browserAddress, org.openqa.selenium.remote.SessionId sessionId) -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.remote.Responseexecute(org.openqa.selenium.remote.Command command) Methods inherited from class org.openqa.selenium.remote.HttpCommandExecutor
defineCommand, getAddressOfRemoteServer, getDefaultClientFactory, setLocalLogs
-
Constructor Details
-
FixedSessionExecutor
-
-
Method Details
-
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
-