theintern / leadfoot

A JavaScript client library that brings cross-platform consistency to the Selenium WebDriver API.
Other
170 stars 24 forks source link

usesHandleParameter test returns incorrect result for Firefox 67 #178

Closed jason0x43 closed 5 years ago

jason0x43 commented 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`.