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

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

AcceptOrDismissAlert(bool accept, Error **error)=0webdriver::ViewCmdExecutorpure virtual
ActiveElement(ElementId *element, Error **error)=0webdriver::ViewCmdExecutorpure virtual
CanHandleUrl(const std::string &url, bool *can, Error **error)=0webdriver::ViewCmdExecutorpure virtual
ClearElement(const ElementId &element, Error **error)=0webdriver::ViewCmdExecutorpure virtual
ClearStorage(StorageType type, Error **error)=0webdriver::ViewCmdExecutorpure virtual
ClickElement(const ElementId &element, Error **error)=0webdriver::ViewCmdExecutorpure virtual
Close(Error **error)webdriver::QWindowViewCmdExecutorvirtual
ConvertMouseButtonToQtMouseButton(MouseButton button)webdriver::QWindowViewCmdExecutorprotected
ConvertPointToQPoint(const Point &p)webdriver::QWindowViewCmdExecutorprotected
ConvertQRectToRect(const QRect &rect)webdriver::QWindowViewCmdExecutorprotected
ConvertRectToQRect(const Rect &rect)webdriver::QWindowViewCmdExecutorprotected
create2PointTouchEvent(QEvent::Type eventType, Qt::TouchPointStates touchPointStates, QPointF &point1, QPointF &point2)webdriver::QWindowViewCmdExecutorprotected
createSimpleTouchEvent(QEvent::Type eventType, Qt::TouchPointStates touchPointStates, QPointF &point, QVector2D velocity=QVector2D())webdriver::QWindowViewCmdExecutorprotected
createTouchEvent(QEvent::Type eventType, Qt::TouchPointStates touchPointStates, const QList< QTouchEvent::TouchPoint > &touchPoints)webdriver::QWindowViewCmdExecutorprotected
createTouchPoint(Qt::TouchPointState state, QPointF &point, QVector2D velocity=QVector2D())webdriver::QWindowViewCmdExecutorprotected
createTouchPointWithId(Qt::TouchPointState state, QPointF &point, int id)webdriver::QWindowViewCmdExecutorprotected
DeleteCookie(const std::string &url, const std::string &cookie_name, Error **error)=0webdriver::ViewCmdExecutorpure virtual
ElementEquals(const ElementId &element1, const ElementId &element2, bool *is_equal, Error **error)=0webdriver::ViewCmdExecutorpure virtual
ElementSubmit(const ElementId &element, Error **error)=0webdriver::ViewCmdExecutorpure virtual
ExecuteAsyncScript(const std::string &script, const base::ListValue *const args, base::Value **value, Error **error)=0webdriver::ViewCmdExecutorpure virtual
ExecuteScript(const std::string &script, const base::ListValue *const args, base::Value **value, Error **error)=0webdriver::ViewCmdExecutorpure virtual
FindElement(const ElementId &root_element, const std::string &locator, const std::string &query, ElementId *element, Error **error)webdriver::QWindowViewCmdExecutorvirtual
FindElements(const ElementId &root_element, const std::string &locator, const std::string &query, std::vector< ElementId > *elements, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetAlertMessage(std::string *text, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetAppCacheStatus(int *status, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetAttribute(const ElementId &element, const std::string &key, base::Value **value, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetBounds(Rect *bounds, Error **error)webdriver::QWindowViewCmdExecutorvirtual
GetBrowserLog(base::ListValue **browserLog, Error **error)webdriver::ViewCmdExecutorinlinevirtual
GetCookies(const std::string &url, base::ListValue **cookies, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetElementCssProperty(const ElementId &element, const std::string &property, base::Value **value, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetElementLocation(const ElementId &element, Point *location, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetElementLocationInView(const ElementId &element, Point *location, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetElementScreenShot(const ElementId &element, std::string *png, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetElementSize(const ElementId &element, Size *size, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetElementTagName(const ElementId &element, std::string *tag_name, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetElementText(const ElementId &element, std::string *element_text, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetGeoLocation(base::DictionaryValue **geolocation, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetMute(const ElementId &element, bool *, Error **)=0webdriver::ViewCmdExecutorpure virtual
GetOrientation(std::string *orientation, Error **error)webdriver::QWindowViewCmdExecutorvirtual
GetPlaybackSpeed(const ElementId &element, double *, Error **)=0webdriver::ViewCmdExecutorpure virtual
GetPlayerState(const ElementId &element, PlayerState *state, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetPlayerVolume(const ElementId &element, double *level, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetPlayingPosition(const ElementId &element, double *reletivePos, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetScreenShot(std::string *png, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetSource(std::string *source, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetStorageItem(StorageType type, const std::string &key, std::string *value, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetStorageKeys(StorageType type, base::ListValue **keys, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetStorageSize(StorageType type, int *size, Error **error)=0webdriver::ViewCmdExecutorpure virtual
GetTitle(std::string *title, Error **error)webdriver::QWindowViewCmdExecutorvirtual
GetURL(std::string *url, Error **error)=0webdriver::ViewCmdExecutorpure virtual
getView(const ViewId &viewId, Error **error)webdriver::QWindowViewCmdExecutorprotected
GetWindowName(std::string *name, Error **error)webdriver::QWindowViewCmdExecutorvirtual
GoBack(Error **error)=0webdriver::ViewCmdExecutorpure virtual
GoForward(Error **error)=0webdriver::ViewCmdExecutorpure virtual
IsElementDisplayed(const ElementId &element, bool ignore_opacity, bool *is_displayed, Error **error)=0webdriver::ViewCmdExecutorpure virtual
IsElementEnabled(const ElementId &element, bool *is_enabled, Error **error)=0webdriver::ViewCmdExecutorpure virtual
IsOnline(bool *online, Error **error)=0webdriver::ViewCmdExecutorpure virtual
IsOptionElementSelected(const ElementId &element, bool *is_selected, Error **error)=0webdriver::ViewCmdExecutorpure virtual
Maximize(Error **error)webdriver::QWindowViewCmdExecutorvirtual
MouseButtonDown(Error **error)=0webdriver::ViewCmdExecutorpure virtual
MouseButtonUp(Error **error)=0webdriver::ViewCmdExecutorpure virtual
MouseClick(MouseButton button, Error **error)=0webdriver::ViewCmdExecutorpure virtual
MouseDoubleClick(Error **error)=0webdriver::ViewCmdExecutorpure virtual
MouseMove(const int x_offset, const int y_offset, Error **error)=0webdriver::ViewCmdExecutorpure virtual
MouseMove(const ElementId &element, int x_offset, const int y_offset, Error **error)=0webdriver::ViewCmdExecutorpure virtual
MouseMove(const ElementId &element, Error **error)=0webdriver::ViewCmdExecutorpure virtual
MouseWheel(const int delta, Error **error)=0webdriver::ViewCmdExecutorpure virtual
NavigateToURL(const std::string &url, bool sync, Error **error)=0webdriver::ViewCmdExecutorpure virtual
QWindowViewCmdExecutor(Session *session, ViewId viewId)webdriver::QWindowViewCmdExecutorexplicit
Reload(Error **error)=0webdriver::ViewCmdExecutorpure virtual
RemoveStorageItem(StorageType type, const std::string &key, std::string *value, Error **error)=0webdriver::ViewCmdExecutorpure virtual
SendKeys(const string16 &keys, Error **error)webdriver::QWindowViewCmdExecutorvirtual
webdriver::ViewCmdExecutor::SendKeys(const ElementId &element, const string16 &keys, Error **error)=0webdriver::ViewCmdExecutorpure virtual
session_webdriver::ViewCmdExecutorprotected
SetAlertPromptText(const std::string &alert_prompt_text, Error **error)=0webdriver::ViewCmdExecutorpure virtual
SetBounds(const Rect &bounds, Error **error)webdriver::QWindowViewCmdExecutorvirtual
SetCookie(const std::string &url, base::DictionaryValue *cookie_dict, Error **error)=0webdriver::ViewCmdExecutorpure virtual
SetGeoLocation(const base::DictionaryValue *geolocation, Error **error)=0webdriver::ViewCmdExecutorpure virtual
SetMute(const ElementId &element, bool, Error **)=0webdriver::ViewCmdExecutorpure virtual
SetOnline(bool online, Error **error)=0webdriver::ViewCmdExecutorpure virtual
SetOptionElementSelected(const ElementId &element, bool selected, Error **error)=0webdriver::ViewCmdExecutorpure virtual
SetOrientation(const std::string &orientation, Error **error)webdriver::QWindowViewCmdExecutorvirtual
SetPlaybackSpeed(const ElementId &element, double, Error **)=0webdriver::ViewCmdExecutorpure virtual
SetPlayerState(const ElementId &element, const PlayerState state, Error **error)=0webdriver::ViewCmdExecutorpure virtual
SetPlayerVolume(const ElementId &element, const double level, Error **error)=0webdriver::ViewCmdExecutorpure virtual
SetPlayingPosition(const ElementId &element, const double reletivePos, Error **error)=0webdriver::ViewCmdExecutorpure virtual
SetStorageItem(StorageType type, const std::string &key, const std::string &value, Error **error)=0webdriver::ViewCmdExecutorpure virtual
SwitchTo(Error **error)webdriver::QWindowViewCmdExecutorvirtual
SwitchToFrameWithElement(const ElementId &element, Error **error)=0webdriver::ViewCmdExecutorpure virtual
SwitchToFrameWithIndex(int index, Error **error)=0webdriver::ViewCmdExecutorpure virtual
SwitchToFrameWithNameOrId(const std::string &name_or_id, Error **error)=0webdriver::ViewCmdExecutorpure virtual
SwitchToTopFrame(Error **error)=0webdriver::ViewCmdExecutorpure virtual
SwitchToTopFrameIfCurrentFrameInvalid(Error **error)=0webdriver::ViewCmdExecutorpure virtual
TouchClick(const ElementId &element, Error **error)=0webdriver::ViewCmdExecutorpure virtual
TouchDoubleClick(const ElementId &element, Error **error)=0webdriver::ViewCmdExecutorpure virtual
TouchDown(const int &x, const int &y, Error **error)=0webdriver::ViewCmdExecutorpure virtual
TouchFlick(const int &xSpeed, const int &ySpeed, Error **error)=0webdriver::ViewCmdExecutorpure virtual
TouchFlick(const ElementId &element, const int &xoffset, const int &yoffset, const int &speed, Error **error)=0webdriver::ViewCmdExecutorpure virtual
TouchLongClick(const ElementId &element, Error **error)=0webdriver::ViewCmdExecutorpure virtual
TouchMove(const int &x, const int &y, Error **error)=0webdriver::ViewCmdExecutorpure virtual
TouchPinchRotate(const ElementId &element, const int &angle, Error **error)=0webdriver::ViewCmdExecutorpure virtual
TouchPinchZoom(const ElementId &element, const double &scale, Error **error)=0webdriver::ViewCmdExecutorpure virtual
TouchScroll(const int &xoffset, const int &yoffset, Error **error)=0webdriver::ViewCmdExecutorpure virtual
TouchScroll(const ElementId &element, const int &xoffset, const int &yoffset, Error **error)=0webdriver::ViewCmdExecutorpure virtual
TouchUp(const int &x, const int &y, Error **error)=0webdriver::ViewCmdExecutorpure virtual
view_id_webdriver::ViewCmdExecutorprotected
ViewCmdExecutor(Session *session, ViewId viewId)webdriver::ViewCmdExecutorexplicit
VisualizerShowPoint(Error **error)=0webdriver::ViewCmdExecutorpure virtual
VisualizerSource(std::string *source, Error **error)=0webdriver::ViewCmdExecutorpure virtual
~QWindowViewCmdExecutor()webdriver::QWindowViewCmdExecutorvirtual
~ViewCmdExecutor()webdriver::ViewCmdExecutorvirtual