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

      @Deprecated(forRemoval=true) public void setLocalLogs(org.openqa.selenium.logging.LocalLogs logs)
      Deprecated, for removal: This API element is subject to removal in a future version.
      logging is not in the W3C WebDriver spec and LocalLogs are no longer supported.
      Specified by:
      setLocalLogs in interface org.openqa.selenium.logging.NeedsLocalLogs