dequelabs / axe-webdriverjs

Provides a chainable axe API for Selenium's WebDriverJS and automatically injects into all frames.
Mozilla Public License 2.0
130 stars 46 forks source link

Fix: adapt analyze calls to new format #95

Closed luarmr closed 5 years ago

luarmr commented 5 years ago

Found a few scenarios where the method analyse doesn't match with the new spec. I made the original comment here https://github.com/dequelabs/axe-webdriverjs/pull/83

PR Created following the recommendation of @stephenmathieson

Closes issue: https://github.com/dequelabs/axe-webdriverjs/issues/92 and complete https://github.com/dequelabs/axe-webdriverjs/pull/83

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

luarmr commented 5 years ago

Done

stephenmathieson commented 5 years ago

Thanks!

luarmr commented 5 years ago

Thanks you for merge than fast!