Training video 3 -Part 1 Query on code | Appium Forum
T
Tushar S Acharya Posted on 23/03/2019

I copied code shared in Training Video 3 and configured externel JAR's as shared by you in my MAC. But i see error's in the import statement and other statements as well as shown in the screenshot. Am i missing anything? Can you please help me on this.

If we are using MAC laptop for configuring appium can we start from Module 1 or need to first complete Training video 12 and 13 which are specific to MAC?

Error import statements:

import org.openqa.selenium.By;

import org.openqa.selenium.remote.DesiredCapabilities;

import org.testng.annotations.AfterTest;

import org.testng.annotations.Test;

 

import io.appium.java_client.MobileDriver;

import io.appium.java_client.MobileElement;

import io.appium.java_client.android.AndroidDriver;

import io.appium.java_client.ios.IOSDriver;


A
aditya Replied on 24/04/2019

Kindly use the jars provided by us