WD
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
webdriver::VersionInfo Class Reference

#include <versioninfo.h>

Static Public Member Functions

static std::string Name ()
 
static std::string Version ()
 
static std::string LastChange ()
 
static std::string CreateVersionString ()
 
static std::string BuildDateTime ()
 

Detailed Description

This class contains information about version webdriver.

Member Function Documentation

static std::string webdriver::VersionInfo::BuildDateTime ( )
static
Returns
The date and time of last build.
static std::string webdriver::VersionInfo::CreateVersionString ( )
static
Returns
The version string, which contains the name of webdriver, version number and git revision
static std::string webdriver::VersionInfo::LastChange ( )
static
Returns
The git revision of this release.
static std::string webdriver::VersionInfo::Name ( )
static
Returns
Name of webdriver, e.g. "WebDriver" or "Google Chrome".
static std::string webdriver::VersionInfo::Version ( )
static
Returns
Version number as a string, e.g. "0.1.0".

The documentation for this class was generated from the following file: