com.codeborne.selenide.appium.AppiumSwipeDirection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of selenide-appium Show documentation
Show all versions of selenide-appium Show documentation
Selenide adaptor for Appium framework
package com.codeborne.selenide.appium;
public enum AppiumSwipeDirection {
RIGHT,
LEFT
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy