WebIDL bug in WebDriver

Hi,

There is a bug in:
https://dvcs.w3.org/hg/webdriver/raw-file/default/webdriver-spec.html#capabilities

"dictionary" cannot be used as a type for an attribute. I haven't looked
at it in any depth, but you either need to define a dictionary
separately with a list of well-known members, or you need to reference a
[MapClass] interface.

Dom

Received on Wednesday, 18 September 2013 08:53:23 UTC