david-dick / firefox-marionette

This is a client module to automate the Mozilla Firefox browser via the Marionette protocol
https://metacpan.org/dist/Firefox-Marionette
Other
12 stars 3 forks source link

this fixes json boolean handling #30

Closed 532910 closed 9 months ago

532910 commented 9 months ago

Sometimes JSON::Boolean doesn't return correct value and should be dereferenced first. This should fix moz:headless error.

532910 commented 9 months ago

fixes #29