File "MoveTargetOutOfBoundsException.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/php-webdriver/webdriver/lib/Exception/MoveTargetOutOfBoundsException.php
File size: 237 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facebook\WebDriver\Exception;
/**
* The target for mouse interaction is not in the browser’s viewport and cannot be brought into that viewport.
*/
class MoveTargetOutOfBoundsException extends WebDriverException
{
}