Package com.codeborne.selenide.appium
Class WebdriverUnwrapper
java.lang.Object
com.codeborne.selenide.appium.WebdriverUnwrapper
A temporary solution to fix ...
Will be replaced by a better solution in Selenide.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Optional<T>static <T> Optional<T>static <T> Tstatic <T> booleaninstanceOf(com.codeborne.selenide.Driver driver, Class<T> klass) static <T> booleaninstanceOf(org.openqa.selenium.SearchContext driver, Class<T> klass) static booleanisMobile(com.codeborne.selenide.Driver driver) static booleanisMobile(org.openqa.selenium.SearchContext driver)
-
Constructor Details
-
WebdriverUnwrapper
public WebdriverUnwrapper()
-
-
Method Details
-
isMobile
public static boolean isMobile(com.codeborne.selenide.Driver driver) -
isMobile
public static boolean isMobile(org.openqa.selenium.SearchContext driver) -
instanceOf
-
instanceOf
-
cast
-
cast
-
cast
-