behaving
behaving copied to clipboard
Check for desired_capabilities to avoid overwriting it
desired_capabilities
is overwritten when accept_ssl_certs=True
is set on context. Avoided here by updating the dict in "desired_capabilities"
instead of overwriting it.