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

Empty user agent for some devices #400

Closed
vania-pooh opened this issue Oct 26, 2023 · 0 comments · Fixed by aerokube/charts#228
Closed

Empty user agent for some devices #400

vania-pooh opened this issue Oct 26, 2023 · 0 comments · Fixed by aerokube/charts#228
Milestone

Comments

@vania-pooh
Copy link
Member

vania-pooh commented Oct 26, 2023

Need to provide correct value.

Selenium::WebDriver::Error::InvalidArgumentError:
invalid argument: Empty userAgent invalid with userAgentMetadata provided
(Session info: chrome=117.0.5938.88)
#0 0x56421c0816c3 <unknown>

https://github.com/aerokube/charts/blob/master/moon2/templates/devices.yaml

Laptop with touch:
      width: 950
      height: 1280
      pixelRatio: 1
      userAgent: ''
    Laptop with HiDPI screen:
      width: 900
      height: 1440
      pixelRatio: 2
      userAgent: ''
    Laptop with MDPI screen:
      width: 800
      height: 1280
      pixelRatio: 1
      userAgent: ''
@vania-pooh vania-pooh added this to the 2.6.0 milestone Oct 26, 2023
@vania-pooh vania-pooh changed the title Empty user agent for devices Empty user agent for some devices Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant