Sha256: 46ad34d4cfc57ff04431cddaa52051c8745cfc811b56fb17bfdcdaf44de91f4f
Contents?: true
Size: 450 Bytes
Versions: 46
Compression:
Stored size: 450 Bytes
Contents
<% if automation == 'ios' -%> driver.find_element(predicate: 'label == "Sauce Labs Backpack"') <% elsif automation == 'android' -%> driver.find_element(xpath: '(//android.view.ViewGroup[@content-desc="store item"])[1]/android.view.ViewGroup[1]') <% else -%> element(ios: { predicate: 'label == "Sauce Labs Backpack"' }, android: { xpath: '(//android.view.ViewGroup[@content-desc="store item"])[1]/android.view.ViewGroup[1]' }) <% end -%>
Version data entries
46 entries across 46 versions & 1 rubygems