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