2025-09-03 15:58:58 +03:00

12 lines
167 B
PHP

<?php
namespace Facebook\WebDriver;
/**
* Interface representing a single user-interaction action.
*/
interface WebDriverAction
{
public function perform();
}