- GET
/sourcechange POST to GET: https://www.w3.org/TR/webdriver/#getting-page-source - POST
/element/:uuid/value. Rename to/element/:uuid/sendKeyshttps://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
/screenshotwithout 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/textshould return text of textbox in alert: https://www.w3.org/TR/webdriver/#get-alert-text - POST
/alert/textshould set the text of the textbox in alert: https://www.w3.org/TR/webdriver/#send-alert-text
/element/:uuid/displayedIt's been removed from the spec?
/uiaElement/:uuid/valueUse/element/:uuid/valueinstead./keysNot safe to use./uiaElement/:uuid/getVisibleCellsJust 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