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 26250 - [WebDriver Spec]: WebIDL for some WebElement methods missing 'id' param
Summary: [WebDriver Spec]: WebIDL for some WebElement methods missing 'id' param
Status: RESOLVED DUPLICATE of bug 24994
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: 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-07-02 01:34 UTC by tylipari
Modified: 2014-07-02 19:58 UTC (History)
2 users (show)

See Also:


Attachments

Description tylipari 2014-07-02 01:34:53 UTC
Most of the method signatures for the WebElement interface include an 'id' parameter which allows the driver to locate the element being referenced.

Some methods, such as 'getCssValue' and 'getElementLocation' don't specify this parameter, although the HTTP URL suggests that an ID should be provided.



Please provide some clarification on these signatures or update the JSON wire protocol to make 'id' a top-level item rather than a parameter to clarify the differences between 'id' and 'sessionId'.
Comment 1 David Burns :automatedtester 2014-07-02 19:58:28 UTC
The id's that are there are bugs in the spec and will be removed by bug 24994 so will be duping against that.

I will try have that updated today.

*** This bug has been marked as a duplicate of bug 24994 ***