crystal-loot / selenium.cr

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

Make Selenium::Session can be serialized/unserialized. #48

Open zw963 opened 4 months ago

zw963 commented 4 months ago

Fixed #52

If Selenium::Session can be serialized/unserialized, we can save session into db (e.g. sqlite3), and reuse session connect to the old running driver and session, this make performance better.