struct Marionette::Element
- Marionette::Element
- Struct
- Value
- Object
Included Modules
Defined in:
Constant Summary
-
Log =
::Log.for("marionette.element")
Constructors
Instance Method Summary
- #clear
- #click
- #css_property_value(name : String)
- #displayed?
- #enabled?
- #execute(command, params = {} of String => String)
- #find_child(selector, strategy : LocationStrategy = :css)
- #find_children(selector, strategy : LocationStrategy = :css)
- #height
- #id : String
- #location
- #location_once_scrolled_to
- #property(name : String)
- #rect
- #save_screenshot(path, scroll = true)
- #scroll_to
- #selected?
- #send_keys(*keys)
- #session : Session
- #size
- #submit
- #tag_name
- #take_screenshot(scroll = true)
- #text
- #to_json(builder : JSON::Builder)
- #upload_file(filepath)
- #value
- #visible_text
- #w3c?
- #width
- #x
- #y