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

11 lines
173 B
PHP

<?php
namespace Facebook\WebDriver\Exception;
/**
* A script did not complete before its timeout expired.
*/
class ScriptTimeoutException extends WebDriverException
{
}