- From: <bugzilla@jessica.w3.org>
- Date: Thu, 04 Jun 2015 16:56:14 +0000
- To: public-browser-tools-testing@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28756 Bug ID: 28756 Summary: implicit timeout does not return a timeout response 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 CURRENTLY "implicit - Set the amount of time the driver should wait when searching for elements. When searching for a single element, the driver should poll the page until an element is found or the timeout expires, whichever occurs first. When searching for multiple elements, the driver should poll the page until at least one element is found or the timeout expires, at which point it should return an empty list." EXPECTED: implicit - Set the amount of time the driver SHOULD wait when searching for elements. When searching for a single element, the driver should poll the page until an element is found or the timeout expires, whichever occurs first. When searching for multiple elements, the driver should poll the page until at least one element is found or the timeout expires. If the timeout expires before the driver has finished polling the page, the driver MUST return a "<code><a href="#status-timeout">timeout</a></code>" response. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 4 June 2015 16:56:16 UTC