1<?php
2
3namespace Facebook\WebDriver\Exception;
4
5/**
6 * A command could not be completed because the element is not pointer- or keyboard interactable.
7 */
8class ElementNotInteractableException extends WebDriverException
9{
10}
11