Hi,
I have problem with APPIUM C# client and Appium server. Before I used for testing Appium Python client and everything was OK. But now I switched on C# client.
When i'm trying create Appium WebDriver I get always this error -
New-Object : Exception calling ".ctor" with "2" argument(s): "The HTTP request
to the remote WebDriver server for URL http://127.0.0.1:4723/wd/hub/session timed out after 60 seconds."
At C:\autolib\automation\lib\Cmdlets_Common\Appium.ps1:74 char:22
+ return New-Object <<<< OpenQA.Selenium.Appium.AppiumDriver((New-Object u
ri($AppiumServerUri)), $capabilities)
+ CategoryInfo : InvalidOperation: (
[New-Object], MethodInvoca
tionException
+ FullyQualifiedErrorId : ConstructorInvokedThrowException,Microsoft.Power
Shell.Commands.NewObjectCommand
This apk file has 12MB and test is running on virtual environment (WM) and on emulator, so It is possible that environment is slowed down that TimeOut 60 second for installation of APK is reached. But why didn't I have this same problem with python client and my most important question - it is possible to change this timeout?
thanks a lot