Sha256: 6315c4691867fd7e2cbfd6397a98468d2bb4cccc664840eb331fecb72a877873

Contents?: true

Size: 556 Bytes

Versions: 1

Compression:

Stored size: 556 Bytes

Contents

And /^I click on Sign In button$/ do
  step %{I click on element with x: "520", y: "1150"}
end

And /^I scroll the screen from startX (\d+) startY (\d+) to endX (\d+) endY (\d+) and millisecond timeout is (\d+)$/ do |startX, startY, endX, endY, timeout|
  selenium.swipe(startX:startX, startY:startY, endX:endX,endY:endY, duration:timeout)
end

Then /^I verify property "(.*)" with "(.*)" has( | not)? value "(.*)"$/ do |object, property, negate, value|
  sleep(0.5)
  value = var_collect(value)
  execute_checkproperty(object, property, negate, value)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
Ifd_Mobile-0.1.7 project/features/step_definitions/lib_steps/PolyClaim_homepage.rb