admc / wd

A node.js client for webdriver/selenium 2.
Other
1.53k stars 404 forks source link

Consider setting followRedirect to false for requests #594

Closed testingbot closed 5 years ago

testingbot commented 5 years ago

https://github.com/admc/wd/blob/b6914dd3a917bcac3c81c20fcb6222cc99fd9f6e/lib/config.js#L9

Perhaps it might be an idea to add followRedirect: false in this http config, because otherwise this https://github.com/admc/wd/blob/b6914dd3a917bcac3c81c20fcb6222cc99fd9f6e/lib/webdriver.js#L134 might not work.

admc commented 5 years ago

Is this resolved?