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
There is an issue when trying to fetch the GECKODRIVER_VERSION, the command returns a non-zero code (1).
I found a simple fix if you're having this issue, you just have to edit the command into this: curl -i https://github.com/mozilla/geckodriver/releases/latest | grep -Po 'v[0-9]+.[0-9]+.[0-9]+' and it works perfectly.
I'll create a P/R that includes this fix.
The text was updated successfully, but these errors were encountered:
There is an issue when trying to fetch the GECKODRIVER_VERSION, the command returns a non-zero code (1).
I found a simple fix if you're having this issue, you just have to edit the command into this:
curl -i https://github.com/mozilla/geckodriver/releases/latest | grep -Po 'v[0-9]+.[0-9]+.[0-9]+'
and it works perfectly.I'll create a P/R that includes this fix.
The text was updated successfully, but these errors were encountered: