Sha256: 58ec25b953d8727d29c8bd394f6f02b412e5d7f76f1dc7d579cc3ab3befc7455

Contents?: true

Size: 654 Bytes

Versions: 21

Compression:

Stored size: 654 Bytes

Contents

open "file://${__DIR__}/smart_selector/page.html"

assert "smart=By-id-suffix" "By id suffix"
assert "smart=By-name" "By name"
assert "smart=By-class" "By class"
assert "smart=By-id-fragment" "By id fragment"
assert "smart=By placeholder" "By placeholder"
assert "smart=By label sibling" "By label sibling"
assert "smart=By label parent" "By label parent"
assert "smart=By radio value" "By radio value"
assert "smart=By checkbox value" "By checkbox value"
click "smart=By submit text"
assert btn_text "By submit text"
click "smart=By input button text"
assert btn_text "By input button text"
click "smart=By button text"
assert btn_text "By button text"

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
bauxite-0.4.6 test/smart_selector.bxt