Class: Watizzle::Locators::Element::SelectorBuilder
- Inherits:
-
Watir::Locators::Element::SelectorBuilder
- Object
- Watir::Locators::Element::SelectorBuilder
- Watizzle::Locators::Element::SelectorBuilder
- Defined in:
- lib/watizzle/locators/element/selector_builder.rb,
lib/watizzle/locators/element/selector_builder/sizzle.rb
Defined Under Namespace
Classes: Sizzle
Instance Method Summary collapse
Instance Method Details
#build(selector) ⇒ Object
5 6 7 |
# File 'lib/watizzle/locators/element/selector_builder.rb', line 5 def build(selector) given_xpath_or_css(selector.dup) || build_sizzle_selector(selector) end |