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

Version Path
calabash-android-0.4.20.1 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.22.pre4 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.22.pre3 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.22.pre1 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.21 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.20 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.19 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.19.pre4 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.19.pre3 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.19.pre2 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.19.pre1 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.18 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.16 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.15.pre2 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.15.pre1 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.14 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.13 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.12 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.11 lib/calabash-android/steps/context_menu_steps.rb
calabash-android-0.4.10.pre5 lib/calabash-android/steps/context_menu_steps.rb