- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 768
Closed
Labels
Description
Hi There,
I'm new at this, perhaps I missed something during setup. I'm using eclipse Mars and jdk 1.7. After checking out the github project, I'm seeing a lot of compilation errors. In particulars "The return type is incompatible" on io.appium.java_client.AppiumDriver class. For example:
Multiple markers at this line
    - The return type is incompatible with WebDriver.findElements(By)
    - overrides 
     io.appium.java_client.DefaultGenericMobileDriver<RequiredElementType>.findElements
@Override
public List<RequiredElementType> findElements(By by){
        return super.findElements(by);
}
