You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute a selenium test case from rpa framework on sauce labs (essentially selenium grid), it is registering the web driver protocol as JWP, which is fairly old and has compatibility issues with some browsers. Is it possible to switch the web driver protocol used by rpa framework from JWP to W3C?
*** Keywords ***
Open Login Page Using Browser
Open Browser url=${LOGIN_PAGE} browser=safari remote_url=${REMOTE_URL}
`
Here's the conda.yaml:
channels:
When I execute a selenium test case from rpa framework on sauce labs (essentially selenium grid), it is registering the web driver protocol as JWP, which is fairly old and has compatibility issues with some browsers. Is it possible to switch the web driver protocol used by rpa framework from JWP to W3C?
Here's the sample code I use:
`*** Settings ***
Library OperatingSystem
Library RPA.Browser.Selenium
*** Variables ***
${LOGIN_PAGE} https://the-internet.herokuapp.com/login
${REMOTE_URL} %{SAUCE_HUB_URL}
*** Keywords ***
Open Login Page Using Browser
Open Browser url=${LOGIN_PAGE} browser=safari remote_url=${REMOTE_URL}
`
Here's the conda.yaml:
channels:
dependencies:
The text was updated successfully, but these errors were encountered: