Your IP : 216.73.216.220


Current Path : /var/www/html/vendor/php-webdriver/webdriver/lib/Internal/
Upload File :
Current File : /var/www/html/vendor/php-webdriver/webdriver/lib/Internal/WebDriverLocatable.php

<?php

namespace Facebook\WebDriver\Internal;

use Facebook\WebDriver\Interactions\Internal\WebDriverCoordinates;

/**
 * Interface representing basic mouse operations.
 */
interface WebDriverLocatable
{
    /**
     * @return WebDriverCoordinates
     */
    public function getCoordinates();
}