Class TracedCommandExecutor

java.lang.Object
org.openqa.selenium.remote.TracedCommandExecutor
All Implemented Interfaces:
org.openqa.selenium.logging.NeedsLocalLogs, CommandExecutor

public class TracedCommandExecutor extends Object implements CommandExecutor, org.openqa.selenium.logging.NeedsLocalLogs
  • Constructor Details

  • Method Details

    • execute

      public Response execute(Command command) throws IOException
      Specified by:
      execute in interface CommandExecutor
      Throws:
      IOException
    • setLocalLogs

      public void setLocalLogs(org.openqa.selenium.logging.LocalLogs logs)
      Specified by:
      setLocalLogs in interface org.openqa.selenium.logging.NeedsLocalLogs