selenium-appium
selenium-appium copied to clipboard
selenium-webdriver+appium: A bridge to make selenium-webdriver to drive appium to do native app testing
Results
2
selenium-appium issues
Sort by
recently updated
recently updated
newest added
There is no easy way in `By2` to wait for an element until it is displayed. WebDriverIO has a `waitForDisplayed` method, but `By2` doesn't have such a method.
`By2` from `selenium-appium` is not compatible with `Locator` from `selenium-webdriver`. The error displayed is: ``` Argument of type 'By2' is not assignable to parameter of type 'Locator'. Property 'toObject' is...