- From: <bugzilla@jessica.w3.org>
- Date: Thu, 19 Jun 2014 21:43:55 +0000
- To: public-browser-tools-testing@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26151
Bug ID: 26151
Summary: [WebDriver Spec]: 2.6 Simplify JSON wire protocol to
use one URL
Product: Browser Test/Tools WG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: WebDriver
Assignee: public-browser-tools-testing@w3.org
Reporter: cypher543@gmail.com
QA Contact: public-browser-tools-testing@w3.org
CC: mike@w3.org
Blocks: 20860
Based on the current state of section 2.6, it looks like the JSON wire protocol
intends to follow Selenium's lead and use separate URLs for each command. Since
the session ID, command name, and parameters are included in each request
anyway, this seems unnecessarily complex. A strictly-conforming server would be
required to parse values from the URL for seemingly no other purpose than to
validate the JSON payload.
Perhaps it would be simpler for both clients and servers if one URL were used
for all commands.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 19 June 2014 21:43:56 UTC