tebeka / selenium

Selenium/Webdriver client for Go
MIT License
2.51k stars 410 forks source link

Add check for nil string response to CurrentURL() #286

Open mhabb opened 2 years ago

mhabb commented 2 years ago

I've seen random crashes with the latest chromedriver (101.0.4951.54), this PR fixes them.

felixcarmona commented 2 months ago

why is this not merged yet?