class

LuckyFlow::Selector

Inherits Reference < Object

Returns selector or transforms it into a flow-id selector

Example:

Selector.new(".some-class").parse # => ".some-class" Selector.new("@new-comment-button").parse # => "[flow-id='new-comment-button']"

Constructors

new(raw_selector : String)
Source

Instance methods

parse
Source