Skip to content

Instantly share code, notes, and snippets.

@asm89
Created July 7, 2016 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asm89/f8e2227d3e017cf1dd4f54202104ee80 to your computer and use it in GitHub Desktop.
Save asm89/f8e2227d3e017cf1dd4f54202104ee80 to your computer and use it in GitHub Desktop.

Missing endpoints/APIs:

Nits:

Very rare:

Figure out what to do with:

  • /element/:uuid/displayed It's been removed from the spec?

Deprecate / remove:

  • /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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment