Méthode |
Description |
|
__call ( $name, $arguments ) |
|
|
__construct ( $url = 'http://localhost:4444/wd/hub' ) |
|
|
element ( string $using = null, string $value = null ) : WebDriver\Element |
Find element: /session/:sessionId/element (POST)
Find child element: /session/:sessionId/element/:id/element (POST)
Search for element on page, starting from the document root. |
|
elements ( string $using = null, string $value = null ) : array |
Find elements: /session/:sessionId/elements (POST)
Find child elements: /session/:sessionId/element/:id/elements (POST)
Search for multiple elements on page, starting from the document root. |
|
locate ( string $using, string $value ) : array |
Return JSON parameter for element / elements command |
|