|
WD
|
#include <webdriver_element_id.h>


Public Member Functions | |
| ElementHandle () | |
| virtual bool | is_valid () const =0 |
| virtual bool | equals (const ElementHandle *other) const =0 |
Protected Member Functions | |
| virtual | ~ElementHandle () |
Friends | |
| class | base::RefCounted< ElementHandle > |
This class represents a Webdriver Element handle. Custom implementation should inherit and implement.
|
inline |
|
inlineprotectedvirtual |
|
pure virtual |
compares two handle
| other | handle to compare |
Implemented in webdriver::QElementHandle.
|
pure virtual |
Implemented in webdriver::QElementHandle.
|
friend |