class LuckyFlow::Element

Defined in:

lucky_flow/element.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(raw_selector : String, text inner_text : String | Nil = nil) #

[View source]

Instance Method Detail

def attribute(*args, **options) #

[View source]
def attribute(*args, **options, &) #

[View source]
def click(*args, **options) #

[View source]
def click(*args, **options, &) #

[View source]
def displayed?(*args, **options) #

[View source]
def displayed?(*args, **options, &) #

[View source]
def fill(value : String) #

[View source]
def inner_text : String? #

[View source]
def selector : String #

[View source]
def send_keys(*args, **options) #

[View source]
def send_keys(*args, **options, &) #

[View source]
def session(*args, **options) #

[View source]
def session(*args, **options, &) #

[View source]
def text(*args, **options) #

[View source]
def text(*args, **options, &) #

[View source]
def value #

[View source]