File "WebDriverLocatable.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/php-webdriver/webdriver/lib/Internal/WebDriverLocatable.php
File size: 296 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Facebook\WebDriver\Internal;

use Facebook\WebDriver\Interactions\Internal\WebDriverCoordinates;

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