updated-packages
This commit is contained in:
10
vendor/php-webdriver/webdriver/lib/Exception/DetachedShadowRootException.php
vendored
Normal file
10
vendor/php-webdriver/webdriver/lib/Exception/DetachedShadowRootException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Facebook\WebDriver\Exception;
|
||||
|
||||
/**
|
||||
* A command failed because the referenced shadow root is no longer attached to the DOM.
|
||||
*/
|
||||
class DetachedShadowRootException extends WebDriverException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user