- From: <bugzilla@jessica.w3.org>
- Date: Thu, 04 Jun 2015 16:18:45 +0000
- To: public-browser-tools-testing@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28754
Bug ID: 28754
Summary: In section 11, it is not clear when to return no such
element error
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
"Return a no such element error."
I believe this is just missing an 'else' but didn't want to make that change
myself.
CURRENT:
To get a known web element with a UUID reference:
For each web element in the current browsing context’s set of known web
elements:
If web element’s web element reference matches reference, return web element.
Return a no such element error.
PROPOSED:
To get a known web element with a UUID reference:
For each web element in the current browsing context’s set of known web
elements:
If web element’s web element reference matches reference, return web element.
Else, return a no such element error.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 4 June 2015 16:18:48 UTC