Modify capabilities while keeping metadata in user agent
jfpedroza opened this issue · 2 comments
jfpedroza commented
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
Sounds like a bug.
jfpedroza commented
I agree. I'll try to solve it.