elixir-wallaby/wallaby

Modify capabilities while keeping metadata in user agent

jfpedroza opened this issue · 2 comments

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?

Sounds like a bug.

I agree. I'll try to solve it.