WD
|
#include <webdriver_view_id.h>
Public Member Functions | |
ViewId () | |
ViewId (const std::string &id) | |
~ViewId () | |
bool | is_valid () const |
const std::string & | id () const |
bool | operator== (const ViewId &other) const |
bool | operator!= (const ViewId &other) const |
bool | operator< (const ViewId &other) const |
This class represents a Webdriver View ID. These IDs are mapped to objects in a page.
webdriver::ViewId::ViewId | ( | ) |
Creates an invalid ID.
|
explicit |
Creates a valid ViewId using the ID of an view.
id | view Id |
webdriver::ViewId::~ViewId | ( | ) |
|
inline |
Returns string form of id.
bool webdriver::ViewId::is_valid | ( | ) | const |
Returns whether this ID is valid.
bool webdriver::ViewId::operator!= | ( | const ViewId & | other | ) | const |
bool webdriver::ViewId::operator< | ( | const ViewId & | other | ) | const |
bool webdriver::ViewId::operator== | ( | const ViewId & | other | ) | const |