Java org.openqa.selenium.logging LogType fields, constructors, methods, implement or subclass

Example usage for Java org.openqa.selenium.logging LogType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.openqa.selenium.logging LogType.

The text is from its open source code.

Field

StringBROWSER
This log type pertains to logs from the browser.
StringCLIENT
This log type pertains to logs from the client.
StringDRIVER
This log pertains to logs from the WebDriver implementation.
StringPERFORMANCE
This log type pertains to logs relating to performance timings.
StringPROFILER
This log type pertains to logs relating to performance timings.
StringSERVER
This log type pertains to logs from the remote server.