Sha256: bfb456eec47172b63ecd4aaf11818d86b2c258c305f9d7b5e6da1a1570645850
Contents?: true
Size: 471 Bytes
Versions: 159
Compression:
Stored size: 471 Bytes
Contents
Then /^I long press "([^\"]*)" and select item number "([^\"]*)"$/ do |text_to_press, index| performAction('press_long_on_text_and_select_with_index', text_to_press, index) end Then /^I long press "([^\"]*)" and select "([^\"]*)"$/ do |text_to_press, context_text| performAction('press_long_on_text_and_select_with_text', text_to_press, context_text) end Then /^I long press "([^\"]*)"$/ do |text_to_press| performAction('press_long_on_text', text_to_press) end
Version data entries
159 entries across 159 versions & 2 rubygems