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 27928 - [WebDriver Spec]: section 9.1.1 not sure what queryResult is, should show example body response
Summary: [WebDriver Spec]: section 9.1.1 not sure what queryResult is, should show exa...
Status: RESOLVED FIXED
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: 2015-01-29 21:10 UTC by Luke Inman-Semerau
Modified: 2015-02-02 12:10 UTC (History)
2 users (show)

See Also:


Attachments

Description Luke Inman-Semerau 2015-01-29 21:10:15 UTC
https://w3c.github.io/webdriver/webdriver-spec.html#findelements

1. Let result be equal to an empty list
2. Let queryResult be an array returned from Element Location Strategy


It's unclear what 'queryResult' is.

Would be very helpful to show an example response body for findElements.