xref: /plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/ElementClickInterceptedException.php (revision 04fd306c7c155fa133ebb3669986875d65988276) !
1*04fd306cSNickeau<?php
2*04fd306cSNickeau
3*04fd306cSNickeaunamespace Facebook\WebDriver\Exception;
4*04fd306cSNickeau
5*04fd306cSNickeau/**
6*04fd306cSNickeau * The Element Click command could not be completed because the element receiving the events is obscuring the element
7*04fd306cSNickeau * that was requested clicked.
8*04fd306cSNickeau */
9*04fd306cSNickeauclass ElementClickInterceptedException extends WebDriverException
10*04fd306cSNickeau{
11*04fd306cSNickeau}
12