You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug: Missing to load the "net/http" library. (#12506)
transitive dependency was removed from firefox driver file without replacing net/http requirement, preventing http calls for Firefox driver without the user first requiring the library.
this moves the requirement to webdriver file instead of putting it in each driver file
0 commit comments