Your IP : 216.73.217.13


Current Path : /home/rtorresani/www/vendor/php-webdriver/webdriver/lib/Internal/
Upload File :
Current File : //home/rtorresani/www/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();
}