|
WD
|
#include <webdriver_logging.h>
Public Types | |
| enum | Type { kInvalid = -1, kDriver, kBrowser, kPerformance, kNum } |
Public Member Functions | |
| LogType () | |
| LogType (Type type) | |
| ~LogType () | |
| std::string | ToString () const |
| Type | type () const |
Static Public Member Functions | |
| static bool | FromString (const std::string &name, LogType *log_type) |
Represents a type/source of a WebDriver log.
| webdriver::LogType::LogType | ( | ) |
|
explicit |
| webdriver::LogType::~LogType | ( | ) |
|
static |
| std::string webdriver::LogType::ToString | ( | ) | const |
| Type webdriver::LogType::type | ( | ) | const |