- From: <bugzilla@jessica.w3.org>
- Date: Wed, 14 Oct 2015 16:34:43 +0000
- To: public-browser-tools-testing@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29202
Bug ID: 29202
Summary: Click, Tap, Clear, and sendKeys are in consistent in
the spec
Product: Browser Test/Tools WG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: WebDriver
Assignee: public-browser-tools-testing@w3.org
Reporter: johnjan@microsoft.com
QA Contact: public-browser-tools-testing@w3.org
CC: mike@w3.org
Blocks: 20860
Target Milestone: ---
In the table of available commands, it says the following:
"POST
/session/{session id}/element/{element id}/click
Element Click
POST
/session/{session id}/element/{element id}/tap
Element Tap
POST
/session/{session id}/element/{element id}/clear
Element Clear
POST
/session/{session id}/element/{element id}/sendKeys
Element Send Keys"
Two issues:
1. Is this change because of getting rid of actions? I could not find a
discussion about it. We implemented "sendKeys" as "value", not sure what/why a
change was made here.
2. In the table they are POST in the prose they are GET. I think they are all
supposed to be POST, but just making sure.
Referenced Bugs:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20860
[Bug 20860] WebDriver Level 1
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 14 October 2015 16:34:45 UTC