This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27163 - [WebDriver Spec]: section 10. Reading Element State, missing endpoints for element size / location
Summary: [WebDriver Spec]: section 10. Reading Element State, missing endpoints for el...
Status: RESOLVED INVALID
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Browser Testing and Tools WG
QA Contact: Browser Testing and Tools WG
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 20860
  Show dependency treegraph
 
Reported: 2014-10-24 19:41 UTC by Luke Inman-Semerau
Modified: 2014-10-24 20:15 UTC (History)
2 users (show)

See Also:


Attachments

Description Luke Inman-Semerau 2014-10-24 19:41:24 UTC
need to define the endpoints for getting an element's size and location. Currently they appear to exist on the element as it's created, but they need to be fetched from the browser as elements can be dynamically changed.
Comment 1 David Burns :automatedtester 2014-10-24 19:54:48 UTC
It was decided in the last F2F that we would combine these into one call (getElementRect()) to save round trips and was felt that rarely would people use one or other of the calls.

https://dvcs.w3.org/hg/webdriver/raw-file/tip/webdriver-spec.html#widl-WebElement-getElementRect-ElementRect
Comment 2 Luke Inman-Semerau 2014-10-24 20:15:25 UTC
this is what I get for not reading properly :)