elixir-wallaby / wallaby

Concurrent browser tests for your Elixir web apps.
https://twitter.com/elixir_wallaby
MIT License
1.68k stars 198 forks source link

Modify capabilities while keeping metadata in user agent #743

Closed jfpedroza closed 1 year ago

jfpedroza commented 1 year ago

The beam metadata is only added to the user agent when the default capabilities are used.

The only way I have found to use both is to modify the capabilities using create_session_fn but that is marked as deprecated.

Is there any other way to do it?

mhanberg commented 1 year ago

Sounds like a bug.

jfpedroza commented 1 year ago

I agree. I'll try to solve it.