Closed NikitaSmall closed 5 years ago
@NikitaSmall Could you attach the following versions?
In addition, XCUITest
haven't support Appium::TouchAction.new
yet.
mobile:
actions? ( You can also call these shortcut methods, though.)
I am using capybara and appium driver Appium::TouchAction.new(current_driver) is working fine for uiautomator2 tests.
thanks 👍 Will close this for now. Please create a new one
Good day,
We use
appium
,capybara
, and this gem to test iOS application. The problem is that we can't use gestures (touch action especially) in our tests. We tried to perform it like this:But we got this error:
Do you have any other options to fire this action on?
More details about initialization:
Nothing really specific. We initialize driver like this: