summaryrefslogtreecommitdiffstats
path: root/autotest-external.sh
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-03-08 14:54:01 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-03-09 02:17:04 +0100
commitfc6c290a4f07834bc3894f5a0914571b1c52d8e8 (patch)
treed4f1275ddcaebb3428f5906703ffc4f66baddf66 /autotest-external.sh
parentf0cbeecf2121d4b383640d409d661546a1956955 (diff)
downloadnextcloud-server-fc6c290a4f07834bc3894f5a0914571b1c52d8e8.tar.gz
nextcloud-server-fc6c290a4f07834bc3894f5a0914571b1c52d8e8.zip
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>
Diffstat (limited to 'autotest-external.sh')
0 files changed, 0 insertions, 0 deletions