updated-packages
This commit is contained in:
16
vendor/php-webdriver/webdriver/lib/Internal/WebDriverLocatable.php
vendored
Normal file
16
vendor/php-webdriver/webdriver/lib/Internal/WebDriverLocatable.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Facebook\WebDriver\Internal;
|
||||
|
||||
use Facebook\WebDriver\Interactions\Internal\WebDriverCoordinates;
|
||||
|
||||
/**
|
||||
* Interface representing basic mouse operations.
|
||||
*/
|
||||
interface WebDriverLocatable
|
||||
{
|
||||
/**
|
||||
* @return WebDriverCoordinates
|
||||
*/
|
||||
public function getCoordinates();
|
||||
}
|
Reference in New Issue
Block a user