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

driver.get(url) removing path of localhost:3000/test #53

Closed RobPrecious closed 6 years ago

RobPrecious commented 6 years ago

Webdriver has been working great up until recently, but now when running it against http://localhost:3000/test it only runs against http://localhost:3000.

RobPrecious commented 6 years ago

Had a bloody redirect...