admc / wd

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

Remove underscore.string mixin #542

Closed imurchie closed 6 years ago

imurchie commented 6 years ago

wd currently mixes in underscore.string, which overwrites some lodash string functions in bad ways. Lodash is fully functional now, and does not need this mixin.