Hi. I am testing against a bunch of embedded devices that only support TLS 1.0.
How can I tell playwright to use Firefox with the config option for minimum TLS version set to 1.0?
I can manually set the security.tls.version.min
option in about:config
in Firefox to 1
, but how can I get it to run with this option with playwright?
This thread is trying to answer question "How can I tell playwright to use Firefox with the config option for minimum TLS version set to 1.0?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].