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

Remote browser without options 1855 #1856

Merged

Commits on Sep 24, 2023

  1. Options need to be initialized for remote browsers

    For several of the remote browsers we need to initialize the options if
    none are provided. In addition I removed the deprecated and removed from
    selenium desired_capabilities. This fixes robotframework#1855.
    emanlove committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    b933ea3 View commit details
    Browse the repository at this point in the history
  2. Initial atest for remote browsers without options

    This is an initial attempt/design for a test suite that verifies
    "remote" browsers work without options. This is to test against the
    issue outlined in robotframework#1855. I have been manually runnning the webdrivers
    locally but this second edition is trying to do that in the setup and
    then cleanup in the teardown. For some reason this is not working and I
    need to investigate further.
    emanlove committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    e6aff34 View commit details
    Browse the repository at this point in the history