crystal-loot / selenium.cr

Selenium library for Crystal
https://crystal-loot.github.io/selenium.cr/
MIT License
24 stars 7 forks source link

Process#terminate(grateful: false) is Crystal 1.8+ #36

Closed mdwagner closed 10 months ago

mdwagner commented 1 year ago

If running lower than Crystal 1.8, selenium.cr will fail to compile. We might need to backport the old way for lower versions of Crystal, or just bump the required Crystal version. CC @jwoertink