class LuckyFlow::Element
- LuckyFlow::Element
- Reference
- Object
Defined in:
lucky_flow/element.crConstructors
Instance Method Summary
- #attribute(*args, **options)
- #attribute(*args, **options, &)
- #click(*args, **options)
- #click(*args, **options, &)
- #displayed?(*args, **options)
- #displayed?(*args, **options, &)
- #fill(value : String)
- #inner_text : String?
- #selector : String
- #send_keys(*args, **options)
- #send_keys(*args, **options, &)
- #text(*args, **options)
- #text(*args, **options, &)
- #value
Constructor Detail
def self.new(session : Selenium::Session, raw_selector : String, text inner_text : String | Nil = nil)
#