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 28344 - send "invalid argument" error if value for POST /session/{sessionId}/element/{id}/value isn't an array
Summary: send "invalid argument" error if value for POST /session/{sessionId}/element/...
Status: NEW
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: 2015-03-26 16:43 UTC by Andreas Tolfsen
Modified: 2018-04-05 12:19 UTC (History)
2 users (show)

See Also:


Attachments

Description Andreas Tolfsen 2015-03-26 16:43:06 UTC
POST /session/{sessionId}/element/{id}/value should return an "invalid argument" error if the type of value isn't a sequence/array.

We should probably also figure out what to do with illegal content inside the sequence.