class

LuckyFlow::Selenium::Element

Inherits LuckyFlow::Element < Reference < Object

Constructors

new(driver, raw_selector, inner_element : ::Selenium::Element)
Source

Instance methods

attribute(name : String) : String | Nil
Source
checked?
Source
clear
Source
click
Source
displayed?
Source
fill(value : Time)

To set the value of date inputs correctly you must put the year last but it still submits the form with the date first ...any questions?

Source
midpoint
Source
property(name : String) : String | Nil
Source
select_option(value : String)
Source
select_options(values : Array(String))
Source
selected?
Source
send_keys(keys : Array(String | Symbol))
Source
send_keys(*args, **options)
Source
send_keys(*args, **options, &)
Source
tag_name
Source
text
Source