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

User agent substitution not handled correctly #1109

Closed
jnioche opened this issue Oct 19, 2023 · 0 comments
Closed

User agent substitution not handled correctly #1109

jnioche opened this issue Oct 19, 2023 · 0 comments
Milestone

Comments

@jnioche
Copy link
Contributor

jnioche commented Oct 19, 2023

The mechanism for setting the user agent in the Selenium conf is not working properly. It currently expects it to be in a string but in practice it is:

  1. within a list
  2. that list is within a map
  selenium.capabilities:
    browserName: "chrome"
    goog:chromeOptions:
       args:
         - "--disable-dev-shm-usage"
         - "--no-sandbox"
         - "--user-agent=$useragent"

It is never a simple value at the top level

@jnioche jnioche added this to the 2.10 milestone Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant