Sha256: 9be065a41e4f8284e77115ac8ef9892c872fc048efdff1a7ad3c0df0429e1d50
Contents?: true
Size: 415 Bytes
Versions: 19
Compression:
Stored size: 415 Bytes
Contents
<%- if ios? -%> driver.find_element(accessibility_id: 'Add To Cart button') <%- elsif android? -%> driver.find_element(xpath: '//android.view.ViewGroup[@content-desc="Add To Cart button"]/android.widget.TextView') <%- else -%> element(ios: { accessibility_id: 'Add To Cart button' }, android: { xpath: '//android.view.ViewGroup[@content-desc="Add To Cart button"]/android.widget.TextView' }) <%- end -%>
Version data entries
19 entries across 19 versions & 1 rubygems