LuckyFlow::Element
Instance methods
append(value : String)
Add text to the end of a field
field = el("input[name='comment']")
field.fill("Lucky is:")
field.append(" So much fun!")
checked?
Sourceclear
Sourceclick
Sourcedisplayed?
Sourcedriver
Sourcefill(value : String)
Set the text of a form field
field = el("input[name='comment']")
field.fill("Lucky is great!")
hover
Sourcemidpoint
Sourceraw_selector
Sourceselected?
Sourceselector
Sourcetag_name
Sourcetext
Sourcevalue
SourceMacros
unsupported
Source