WD
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
webdriver::QmlWebViewCmdExecutor Member List

This is the complete list of members for webdriver::QmlWebViewCmdExecutor, including all inherited members.

AcceptOrDismissAlert(bool accept, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
ActiveElement(ElementId *element, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
CanHandleUrl(const std::string &url, bool *can, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
ClearElement(const ElementId &element, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
ClearStorage(StorageType type, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
ClickElement(const ElementId &element, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
Close(Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
DeleteCookie(const std::string &url, const std::string &cookie_name, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
ElementEquals(const ElementId &element1, const ElementId &element2, bool *is_equal, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
ElementSubmit(const ElementId &element, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
ExecuteAsyncScript(const std::string &script, const base::ListValue *const args, base::Value **value, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
ExecuteScript(const std::string &script, const base::ListValue *const args, base::Value **value, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
FindElement(const ElementId &root_element, const std::string &locator, const std::string &query, ElementId *element, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
FindElements(const ElementId &root_element, const std::string &locator, const std::string &query, std::vector< ElementId > *elements, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetAlertMessage(std::string *text, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
GetAppCacheStatus(int *status, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetAttribute(const ElementId &element, const std::string &key, base::Value **value, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetBounds(Rect *bounds, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetBrowserLog(base::ListValue **browserLog, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetCookies(const std::string &url, base::ListValue **cookies, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetElementCssProperty(const ElementId &element, const std::string &property, base::Value **value, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetElementLocation(const ElementId &element, Point *location, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetElementLocationInView(const ElementId &element, Point *location, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetElementScreenShot(const ElementId &element, std::string *png, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
GetElementSize(const ElementId &element, Size *size, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetElementTagName(const ElementId &element, std::string *tag_name, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetElementText(const ElementId &element, std::string *element_text, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetGeoLocation(base::DictionaryValue **geolocation, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
GetMute(const ElementId &element, bool *, Error **)webdriver::QmlWebViewCmdExecutorvirtual
GetOrientation(std::string *orientation, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetPlaybackSpeed(const ElementId &element, double *, Error **)webdriver::QmlWebViewCmdExecutorvirtual
GetPlayerState(const ElementId &element, PlayerState *, Error **)webdriver::QmlWebViewCmdExecutorvirtual
GetPlayerVolume(const ElementId &element, double *, Error **)webdriver::QmlWebViewCmdExecutorvirtual
GetPlayingPosition(const ElementId &element, double *, Error **)webdriver::QmlWebViewCmdExecutorvirtual
GetScreenShot(std::string *png, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetSource(std::string *source, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetStorageItem(StorageType type, const std::string &key, std::string *value, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetStorageKeys(StorageType type, base::ListValue **keys, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetStorageSize(StorageType type, int *size, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetTitle(std::string *title, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GetURL(std::string *url, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
getView(const ViewId &viewId, Error **error)webdriver::QmlWebViewCmdExecutorprotected
GetWindowName(std::string *name, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GoBack(Error **error)webdriver::QmlWebViewCmdExecutorvirtual
GoForward(Error **error)webdriver::QmlWebViewCmdExecutorvirtual
IsElementDisplayed(const ElementId &element, bool ignore_opacity, bool *is_displayed, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
IsElementEnabled(const ElementId &element, bool *is_enabled, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
IsOnline(bool *, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
IsOptionElementSelected(const ElementId &element, bool *is_selected, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
Maximize(Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
MouseButtonDown(Error **error)webdriver::QmlWebViewCmdExecutorvirtual
MouseButtonUp(Error **error)webdriver::QmlWebViewCmdExecutorvirtual
MouseClick(MouseButton button, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
MouseDoubleClick(Error **error)webdriver::QmlWebViewCmdExecutorvirtual
MouseMove(const int x_offset, const int y_offset, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
MouseMove(const ElementId &element, int x_offset, const int y_offset, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
MouseMove(const ElementId &element, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
MouseWheel(const int delta, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
NavigateToURL(const std::string &url, bool sync, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
QmlWebViewCmdExecutor(Session *session, ViewId viewId)webdriver::QmlWebViewCmdExecutorexplicit
Reload(Error **error)webdriver::QmlWebViewCmdExecutorvirtual
RemoveStorageItem(StorageType type, const std::string &key, std::string *value, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
SendKeys(const string16 &keys, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
SendKeys(const ElementId &element, const string16 &keys, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
session_webdriver::ViewCmdExecutorprotected
SetAlertPromptText(const std::string &alert_prompt_text, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
SetBounds(const Rect &bounds, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
SetCookie(const std::string &url, base::DictionaryValue *cookie_dict, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
SetGeoLocation(const base::DictionaryValue *geolocation, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
SetMute(const ElementId &element, bool, Error **)webdriver::QmlWebViewCmdExecutorvirtual
SetOnline(bool, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
SetOptionElementSelected(const ElementId &element, bool selected, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
SetOrientation(const std::string &orientation, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
SetPlaybackSpeed(const ElementId &element, double, Error **)webdriver::QmlWebViewCmdExecutorvirtual
SetPlayerState(const ElementId &element, PlayerState, Error **)webdriver::QmlWebViewCmdExecutorvirtual
SetPlayerVolume(const ElementId &element, double, Error **)webdriver::QmlWebViewCmdExecutorvirtual
SetPlayingPosition(const ElementId &element, double, Error **)webdriver::QmlWebViewCmdExecutorvirtual
SetStorageItem(StorageType type, const std::string &key, const std::string &value, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
SwitchTo(Error **error)webdriver::QmlWebViewCmdExecutorvirtual
SwitchToFrameWithElement(const ElementId &element, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
SwitchToFrameWithIndex(int index, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
SwitchToFrameWithNameOrId(const std::string &name_or_id, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
SwitchToTopFrame(Error **error)webdriver::QmlWebViewCmdExecutorvirtual
SwitchToTopFrameIfCurrentFrameInvalid(Error **error)webdriver::QmlWebViewCmdExecutorvirtual
TouchClick(const ElementId &element, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
touchDevicewebdriver::QmlWebViewCmdExecutorprotected
TouchDoubleClick(const ElementId &element, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
TouchDown(const int &x, const int &y, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
TouchFlick(const int &xSpeed, const int &ySpeed, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
TouchFlick(const ElementId &element, const int &xoffset, const int &yoffset, const int &speed, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
TouchLongClick(const ElementId &element, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
TouchMove(const int &x, const int &y, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
TouchPinchRotate(const ElementId &element, const int &angle, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
TouchPinchZoom(const ElementId &element, const double &scale, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
TouchScroll(const int &xoffset, const int &yoffset, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
TouchScroll(const ElementId &element, const int &xoffset, const int &yoffset, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
TouchUp(const int &x, const int &y, Error **error) NOT_SUPPORTED_IMPLwebdriver::QmlWebViewCmdExecutorvirtual
view_id_webdriver::ViewCmdExecutorprotected
ViewCmdExecutor(Session *session, ViewId viewId)webdriver::ViewCmdExecutorexplicit
VisualizerShowPoint(Error **error)webdriver::QmlWebViewCmdExecutorvirtual
VisualizerSource(std::string *source, Error **error)webdriver::QmlWebViewCmdExecutorvirtual
~QmlWebViewCmdExecutor()webdriver::QmlWebViewCmdExecutorvirtual
~ViewCmdExecutor()webdriver::ViewCmdExecutorvirtual