Class GetLogHandler

  • All Implemented Interfaces:
    java.util.concurrent.Callable<org.openqa.selenium.logging.LogEntries>, RestishHandler<org.openqa.selenium.logging.LogEntries>

    public class GetLogHandler
    extends WebDriverHandler<org.openqa.selenium.logging.LogEntries>
    RestishHandler used to fetch logs from the Remote WebDriver server.
    • Constructor Detail

      • GetLogHandler

        public GetLogHandler​(Session session)
    • Method Detail

      • setJsonParameters

        public void setJsonParameters​(java.util.Map<java.lang.String,​java.lang.Object> allParameters)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • call

        public org.openqa.selenium.logging.LogEntries call()
                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object