skip to Main Content

Android Studio – MobileElement not exist in java-client 8.0.0

I can't find a way to import MobileElement for code I copy after following this guide: https://www.youtube.com/watch?v=i1tQ1pjEFWw&t=1915s&ab_channel=edureka%21 in Appium for testing Android. import org.openqa.selenium.remote.DesiredCapabilities; import io.appium.java_client.MobileElement; public class Test { public static void main(String args[]){ MobileElement el3 = (MobileElement) driver.findElementById("com.example.calculator:id/button2");…

VIEW QUESTION

Appium Not Running Xcode 12.3

I'm trying to use Appium version 1.19.1 to test an ipad app on a physical ipad device that I have built with Xcode 12.3. Previously this has worked as expected, but recently I have not been able to get Appium…

VIEW QUESTION
Back To Top
Search