MobileElement library not being added

Hello
I am new to mobile testing, i set up oppium and using intelij for testing, i have added almost all of the jars i could find to support me in testing however the Libraries;

import io.appium.java_client.android.AndroidElement;
import io.appium.java_client.MobileElement;

These are not getting added. what could be the reason for this?

MobileElement has been replaced with WebElement in v8: https://github.com/appium/java-client/blob/master/docs/v7-to-v8-migration-guide.md#mobileelement

2 Likes

Just got here to look for this solution! Thanks!