Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Element.php
function Element::getID
Get element ID
Return value
string
File
vendor/
lullabot/
php-webdriver/
lib/
WebDriver/
Element.php
, line 113
Class
Element
WebDriver\Element
class
Namespace
WebDriver
Code
public
function
getID
() {
return
$this
->
id
; }
RSS feed