Seu erro é:
IOSServer.main cannot start ios-driver server.org.openqa.selenium.WebDriverException: cannot load the metadata from the Info.plist file for /Users/user/applications/Aspera Connect.app
Parece que o arquivo Info.plist
está ausente ou está corrompido (não está no formato JSON).
Código responsável por carregar Info.plist
:
private JSONObject getFullPlist() throws Exception {
File plist = new File(app, "Info.plist");
PlistFileUtils util = new PlistFileUtils(plist);
return util.toJSON();
}
Algo semelhante: Erro com o driver iOS configurado