Skip to content
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

Need to switch from JWP to W3C for selenium web driver tests #1143

Open
adityai opened this issue Jan 11, 2024 · 0 comments
Open

Need to switch from JWP to W3C for selenium web driver tests #1143

adityai opened this issue Jan 11, 2024 · 0 comments

Comments

@adityai
Copy link

adityai commented Jan 11, 2024

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:

  • conda-forge

dependencies:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant