Closed jason0x43 closed 5 years ago
For at least Firefox 67 with geckodriver 0.24.0, the usesHandleParameter feature test returns an incorrect result due to a string case issue. It's looking for "Missing.*handle", but the error FF is returning contains missing field `handle`.
usesHandleParameter
"Missing.*handle"
missing field `handle`
For at least Firefox 67 with geckodriver 0.24.0, the
usesHandleParameter
feature test returns an incorrect result due to a string case issue. It's looking for"Missing.*handle"
, but the error FF is returning containsmissing field `handle`
.