Class RemoteLogs

  • All Implemented Interfaces:
    org.openqa.selenium.logging.Logs

    @Beta
    public class RemoteLogs
    extends java.lang.Object
    implements org.openqa.selenium.logging.Logs
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoteLogs​(ExecuteMethod executeMethod, org.openqa.selenium.logging.LocalLogs localLogs)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.logging.LogEntries get​(java.lang.String logType)  
      java.util.Set<java.lang.String> getAvailableLogTypes()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteLogs

        public RemoteLogs​(ExecuteMethod executeMethod,
                          org.openqa.selenium.logging.LocalLogs localLogs)
    • Method Detail

      • get

        public org.openqa.selenium.logging.LogEntries get​(java.lang.String logType)
        Specified by:
        get in interface org.openqa.selenium.logging.Logs
      • getAvailableLogTypes

        public java.util.Set<java.lang.String> getAvailableLogTypes()
        Specified by:
        getAvailableLogTypes in interface org.openqa.selenium.logging.Logs