Package org.openqa.selenium.remote
Class TracedCommandExecutor
- java.lang.Object
-
- org.openqa.selenium.remote.TracedCommandExecutor
-
- All Implemented Interfaces:
CommandExecutor
public class TracedCommandExecutor extends java.lang.Object implements CommandExecutor
-
-
Constructor Summary
Constructors Constructor Description TracedCommandExecutor(CommandExecutor delegate, Tracer tracer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response
execute(Command command)
-
-
-
Constructor Detail
-
TracedCommandExecutor
public TracedCommandExecutor(CommandExecutor delegate, Tracer tracer)
-
-
Method Detail
-
execute
public Response execute(Command command) throws java.io.IOException
- Specified by:
execute
in interfaceCommandExecutor
- Throws:
java.io.IOException
-
-