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 26428 - Location interface (section 9.1) uses "strategy" attribute name, which is inconsistent to existing implementations
Summary: Location interface (section 9.1) uses "strategy" attribute name, which is inc...
Status: RESOLVED FIXED
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Browser Testing and Tools WG
QA Contact: Browser Testing and Tools WG
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-24 20:05 UTC by Jim Evans
Modified: 2014-07-24 23:22 UTC (History)
2 users (show)

See Also:


Attachments

Description Jim Evans 2014-07-24 20:05:33 UTC
Section 9.1 documents the Location interface, which is used in the findElement and findElements commands. The interface is documented as follows:

interface Locator {
    readonly    attribute DOMString strategy;
    readonly    attribute DOMString value;
};

At least 6 current or under-development implementations use the attribute name "using" instead of "strategy". We should change the spec so that existing implementations already comply without having to change.
Comment 1 David Burns :automatedtester 2014-07-24 23:22:27 UTC
https://dvcs.w3.org/hg/webdriver/rev/fa93a5ba400e