serhatbolsu / robotframework-appiumlibrary

AppiumLibrary is an appium testing library for RobotFramework
Apache License 2.0
404 stars 293 forks source link

cannot launch ios App through robot framework but can be launched by appium desktop #211

Closed amitsaxena4u closed 2 years ago

amitsaxena4u commented 6 years ago

I cannot launch app when I run my robot framework script having appiumlibrarary but when running via appium desktop I can launch and run ios app.

Here is the log result I am getting, please help and guide what needs to do to resolve the issue

WebDriverException: Message: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">; ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: http://127.0.0.1:4723/wd/hub/session

Connection to 127.0.0.1 failed.

The system returned: (111) Connection refused

The remote host or network may be down. Please try the request again.

Your cache administrator is webmaster.



amitsaxena4u commented 6 years ago

additional info is that when I connect to secure network then only it is not able to launch however as soon as use non secure network then it can be launched from robot framework so there might be something from robot framework that preventing to run within secure network however from appium desktop I can launch app in both secure as well as non secure environment

serhatbolsu commented 2 years ago

Closing due to inactivity