class

Selenium::Element

Inherits Reference < Object

Constants

ELEMENT_KEY = "element-6066-11e4-a52e-4f735466cecf"

Constructors

new(command_handler : Selenium::CommandHandler, session_id : String, id : String)
Source

Instance methods

attribute(name)

attribute is for referencing static fields if you are trying to access fields that change you should use property

Source
clear
Source
click
Source
command_handler
Source
css_value(property_name)
Source
displayed?
Source
enabled?
Source
find_child_element(using : Symbol, value)
Source
find_child_element(using : LocationStrategy, value)
Source
find_child_elements(using : Symbol, value)
Source
find_child_elements(using : LocationStrategy, value)
Source
property(name)
Source
rect
Source
screenshot(file_path : String | File)
Source
selected?
Source
send_keys(keys : Array(String | Symbol))
Source
send_keys(key : String)
Source
session_id
Source
submit
Source
tag_name
Source
text
Source