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