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 25064 - 11.1 - Argument isn't allowed to be null/dictionary/array
Summary: 11.1 - Argument isn't allowed to be null/dictionary/array
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: 20860
  Show dependency treegraph
 
Reported: 2014-03-15 08:18 UTC by Andrey Botalov
Modified: 2014-04-29 19:52 UTC (History)
2 users (show)

See Also:


Attachments

Description Andrey Botalov 2014-03-15 08:18:11 UTC
Argument is defined as:
typedef long or boolean or DOMString or WebElement or Object or sequence Argument;

So Argument doesn't allow null/dictionary/dictionary. But later in the section it's said:

1. a long, boolean, DOMString, or null ...

2. an array

3. a dictionary

Note that typedef allows Argument to be of type sequence but such ability doesn't seem to be used.
Comment 1 David Burns :automatedtester 2014-04-29 19:52:24 UTC
landed in https://dvcs.w3.org/hg/webdriver/rev/1bfbe3b03220