-
Notifications
You must be signed in to change notification settings - Fork 293
Unable to send desired capabilities to saucelabs #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
which version do you need? |
I need version 1.3.x Open Test Browser
Open browser ${APP_URL}/${QA_VERSION}/ ${BROWSER}
... remote_url=${REMOTE_URL}
... desired_capabilities=${DESIRED_CAPABILITIES}
Maximize Browser Window But for some reason when doing native app testing and passing the Open App
Open Application ${REMOTE_URL} ${PLATFORM_NAME} ${PLATFORM_VERSION} ${DEVICE_NAME} ${APP}
... desired_capabilities=${DESIRED_CAPABILITIES}
Desired capabilities should be a key instead of a value. |
where is the doc? |
https://docs.saucelabs.com/tutorials/appium/#appium-for-ios-on-sauce-labs |
This might be useful as well ==> https://docs.saucelabs.com/reference/platforms-configurator/#/ |
I'm seeing this error when running the scripts now ==> |
Could you check with saucelab and open a pull request?
|
It doesn't seem to be a sauce labs issue, seems like an issue with the new variable that was introduced in the pull you just made - |
robotframework-appiumlibrary is for appium/ web driver, it 'a not for sauce labs.
|
I am unable to send desired capabilities to sauce labs. I would like to send it with the following command:
Open Application ${REMOTE_URL} ${PLATFORM_NAME} ${PLATFORM_VERSION} ${DEVICE_NAME} ${APP}
, but from looking at the documentation here ==> http://jollychang.github.io/robotframework-appiumlibrary/doc/AppimuLibrary.html#Open Application, i'm not seeing a way how to do so. The reason I need to send it, sauce labs requires me to specify the version of appium to use for app testing. Can you provide some insight into this, thanks.The text was updated successfully, but these errors were encountered: