theintern / leadfoot

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

"POST /session/{sessionID}/element/active" breaks on updated drivers when using Leadfoot directly. #147

Closed cuff-links closed 6 years ago

cuff-links commented 6 years ago

Failure Environment: Leadfoot 1.7.5 Browser: FF 59 Driver: Geckodriver 20 OS: Mac OSX High Sierra

Passed Environment Leadfoot 1.7.5 Browser: Chrome 65 Driver: Chromedriver 2.36

The same test passes on Chrome. Not using the Intern.

Same deal as #144 and #143. I can modify #146 to fix that as well.

cuff-links commented 6 years ago

Please assign to me.

cuff-links commented 6 years ago

Fixed by #146