crystal-loot / selenium.cr

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

Documented web navigation and interaction in README #35

Closed mamantoha closed 10 months ago

mamantoha commented 1 year ago

I have added an example to the README file which showcases the basic functionalities by walking the user through a process of navigating to a website, interacting with web elements, waiting for certain conditions, capturing a screenshot, and closing a session.

I believe this enhancement will make selenium.cr more user-friendly and accessible to those who are new to it.