class LuckyFlow::Selenium::Element
- LuckyFlow::Selenium::Element
- LuckyFlow::Element
- Reference
- Object
Defined in:
lucky_flow/selenium/element.crConstructors
Instance Method Summary
- #attribute(name : String) : String | Nil
- #checked? : Bool
- #clear
- #click
- #displayed? : Bool
-
#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?
- #midpoint : NamedTuple(x: Int32, y: Int32) | Nil
- #property(name : String) : String | Nil
- #select_option(value : String)
- #select_options(values : Array(String))
- #selected? : Bool
- #send_keys(keys : Array(String | Symbol))
- #send_keys(*args, **options)
- #send_keys(*args, **options, &)
- #tag_name : String
- #text : String
Instance methods inherited from class LuckyFlow::Element
append(value : String)
append,
attribute(name : String) : String | Nilattribute(name : Symbol) : String | Nil attribute, checked? : Bool checked?, clear clear, click click, displayed? : Bool displayed?, driver : LuckyFlow::Driver driver, fill(value : String)
fill(value : Time) fill, hover hover, midpoint : NamedTuple(x: Int32, y: Int32) | Nil midpoint, property(name : String) : String | Nil
property(name : Symbol) : String | Nil property, raw_selector : String raw_selector, select_option(value : String) select_option, select_options(values : Array(String)) select_options, selected? : Bool selected?, selector : String selector, send_keys(keys : Array(String | Symbol))
send_keys(key : String) send_keys, tag_name : String tag_name, text : String text, value value
Macros inherited from class LuckyFlow::Element
unsupported
unsupported
Constructor Detail
Instance Method Detail
def 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?