class Selenium::Element
- Selenium::Element
- Reference
- Object
Defined in:
selenium/element.crConstructors
Instance Method Summary
- #attribute(name)
- #clear
- #click
- #command_handler : CommandHandler
- #css_value(property_name)
- #enabled?
- #find_child_element(using, value)
- #find_child_elements(using, value)
- #id : ElementId
- #property(name)
- #rect
- #screenshot(file_path : String | File)
- #selected?
- #send_keys(keys)
- #session_id : SessionId
- #tag_name
- #text
Constructor Detail
def self.new(command_handler : Selenium::CommandHandler, session_id : String, id : UUID)
#