- GET
/source
change POST to GET: https://www.w3.org/TR/webdriver/#getting-page-source - POST
/element/:uuid/value
. Rename to/element/:uuid/sendKeys
https://www.w3.org/TR/webdriver/#dfn-element-send-keys - GET
/window/:uuid/size
. Rename to/window/size
. - GET/POST
/orientation
. Move to vendor extension (e.g./wda/orentation
) - GET
/screenshot
without session. Move to vendor extension. - POST
/simulator/touch_id
. Move to vendor extension. Consider dropping session. - /element/:uuid/accessible Move to extension namespace (fb-a11y/ ?)
- GET
/alert/text
should return text of textbox in alert: https://www.w3.org/TR/webdriver/#get-alert-text - POST
/alert/text
should set the text of the textbox in alert: https://www.w3.org/TR/webdriver/#send-alert-text
/element/:uuid/displayed
It's been removed from the spec?
/uiaElement/:uuid/value
Use/element/:uuid/value
instead./keys
Not safe to use./uiaElement/:uuid/getVisibleCells
Just query and do visibility checks.
Use /element/:uuid/rect
's width and height values instead:
/element/:uuid/size
/element/:uuid/location
/element/:uuid/location_in_view
The following endpoints are not needed anymore if WDA implements the Actions API: https://www.w3.org/TR/webdriver/#actions.
/uiaElement/:uuid/doubleTap
/uiaElement/:uuid/touchAndHold
/uiaElement/:uuid/scroll
/uiaTarget/:uuid/dragfromtoforduration
/tap/:uuid