- From: <bugzilla@jessica.w3.org>
- Date: Thu, 04 Jun 2015 18:07:56 +0000
- To: public-browser-tools-testing@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28759
Bug ID: 28759
Summary: it is not clear what low level commands the high level
commands should call
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
"16.2.1.4 High Level Commands"
In the spec it mentions Click and Tap. I think it should call out that when a
user calls /session/{sessionId}/element/{id}/click this MUST:
{
"source": "mouse",
"id": "1",
"actions": [
{ "name": "pointerDown",
"ELEMENT": "element1"
},
{ "name": "pause",
"duration": 0
},
{ "name": "pointerUp"
}
]
}
The way I read it currently, it sounds like it only performs pointerDown.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 4 June 2015 18:07:58 UTC