0

I'd like to configure Robot Framework tests to execute them on Samsung browser in SauceLabs.

I used the config:

Open Application    remote_url=${saucelabsUrl}  
        ...    platformName=${PLATFORM_NAME}    
        ...    platformVersion=${version_demande}
        ...    deviceOrientation=portrait
        ...    username=XXXX
        ...    accessKey=XXXX
        ...    deviceName=${DEVICE_NAME}    
        ...    app=com.sec.android.app.sbrowser    
        ...    appActivity=com.sec.android.app.sbrowser.SBrowserMainActivity

and got an error message: WebDriverException: Message: Verification failed for: com.sec.android.app.sbrowser - Value used is not a valid link. Make sure the link uses http or https format before retrying.

Could you help me with its configuration, please?

3
  • What is the value of variable ${saucelabsUrl}? Commented Nov 23, 2023 at 15:51
  • It's my login + key https://{Login}:{SauceLabs_Key}@ondemand.eu-central-1.saucelabs.com:443/wd/hub Commented Nov 24, 2023 at 9:14
  • Hmm, looks correct. Just in case be sure, that url starts with 'http...' and there is no, e.g. leading space like ' http...' Commented Nov 24, 2023 at 9:36

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.