ChristianErdtmann

Results 5 comments of ChristianErdtmann

I can compile it but i get the INFORMATION: python deploy.py INFORMATION: Es konnten keine Dateien mit dem angegebenen Muster gefunden werden. {'contracts': {'SimpleStorage.sol': {'SimpleStorage': {'abi': [{'inputs': [{'internalType': 'string', 'name':...

Ok, i have now created the whole project from scretch and now the Warning for Solcx dissapered but i still get this Information: python deploy.py INFORMATION: Es konnten keine Dateien...

I watched now in my donwload java-client 8.0.0.0.jar and there is no class for the MobileElement. What should i use instead and why does my Appium Inspector generates code with...

ok i have now read at https://github.com/appium/java-client/blob/master/docs/v7-to-v8-migration-guide.md#mobileelement that the MobileElement was removed. But how do i now initiate my Android driver? ` AndroidDriver driver = new AndroidDriver(new URL("https://127.0.0.1:4723/wd/hub"),dc);` is not...

Can i get somewhere the old version of java-client like 7.6 ? I would like the work with the old version while the Documentation and Appium inspector is updated to...