HumHub Documentation (unofficial)

ShadowRoot
in package
implements WebDriverSearchContext

Table of Contents

Interfaces

WebDriverSearchContext
The interface for WebDriver and WebDriverElement which is able to search for WebDriverElement inside.

Constants

SHADOW_ROOT_IDENTIFIER  = 'shadow-6066-11e4-a52e-4f735466cecf'
Shadow root identifier defined in the W3CWebDriver protocol.

Properties

$executor  : RemoteExecuteMethod
$id  : string

Methods

__construct()  : mixed
createFromResponse()  : self
findElement()  : RemoteWebElement
Find the first WebDriverElement within this element using the given mechanism.
findElements()  : array<string|int, WebDriverElement>
Find all WebDriverElements within this element using the given mechanism.
getID()  : string

Constants

Properties

Methods

getID()

public getID() : string
Return values
string

        
On this page

Search results