]> source.dussan.org Git - nextcloud-server.git/commit
Add automatic handling of NoSuchElement exceptions 8739/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 8 Mar 2018 13:54:01 +0000 (14:54 +0100)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 9 Mar 2018 01:24:58 +0000 (02:24 +0100)
commita24b22e5a253b4c7c516f0fa469917b4a1a795f7
tree1438aa25e24dfedb9895c6e027dbc27883c0e8f0
parent3da9c2067cd5bbd3dee979ab59adc8c87e404654
Add automatic handling of NoSuchElement exceptions

NoSuchElement exceptions are sometimes thrown instead of
StaleElementReference exceptions. This can happen when the Selenium2
driver for Mink performs an action on an element through the WebDriver
session instead of directly through the WebDriver element. In that case,
if the element with the given ID does not exist, a NoSuchElement
exception would be thrown instead of a StaleElementReference exception,
so those cases are handled like StaleElementReference exceptions.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
tests/acceptance/features/core/ElementWrapper.php