WD
|
#include <frame_path.h>
Public Member Functions | |
FramePath () | |
FramePath (const FramePath &other) | |
FramePath (const std::string &path) | |
~FramePath () | |
FramePath & | operator= (const FramePath &other) |
bool | operator== (const FramePath &other) const |
FramePath | Append (const FramePath &path) const |
FramePath | Append (const std::string &path) const |
FramePath | Parent () const |
FramePath | BaseName () const |
void | GetComponents (std::vector< std::string > *components) const |
bool | IsRootFrame () const |
bool | IsSubframe () const |
const std::string & | value () const |
A path identifying a frame within an HTML window. Recognized by Chrome for identifying a frame of the window to execute JavaScript in.
webdriver::FramePath::FramePath | ( | ) |
webdriver::FramePath::FramePath | ( | const FramePath & | other | ) |
|
explicit |
webdriver::FramePath::~FramePath | ( | ) |
FramePath webdriver::FramePath::Append | ( | const std::string & | path | ) | const |
FramePath webdriver::FramePath::BaseName | ( | ) | const |
void webdriver::FramePath::GetComponents | ( | std::vector< std::string > * | components | ) | const |
bool webdriver::FramePath::IsRootFrame | ( | ) | const |
bool webdriver::FramePath::IsSubframe | ( | ) | const |
bool webdriver::FramePath::operator== | ( | const FramePath & | other | ) | const |
FramePath webdriver::FramePath::Parent | ( | ) | const |
const std::string& webdriver::FramePath::value | ( | ) | const |