titusfortner / webdrivers

Keep your Selenium WebDrivers updated automatically
MIT License
593 stars 111 forks source link

Requiring webdrivers/geckodriver raises NameError #182

Closed timcraft closed 3 years ago

timcraft commented 4 years ago

Summary

Requiring webdrivers/geckodriver (as per the README) raises an exception.

Debug Info

Expected Behavior

No exception.

Actual Behavior

$ irb -r webdrivers/geckodriver
irb(main):001:0> Webdrivers::Geckodriver.update
Traceback (most recent call last):
...
NameError (uninitialized constant #<Class:Webdrivers::Network>::Net)
kapoorlakshya commented 3 years ago

@timcraft Thanks for reporting this bug. I'm able to reproduce it.

Will try to debug and push a fix this weekend.

kapoorlakshya commented 3 years ago

@timcraft The fix will be available in the next gem release.

timcraft commented 3 years ago

@kapoorlakshya Great, thank you!