- Created a new function `get_elements_by_class_name(name: str) -> list[HtmlElement]` to retrieve all HTML element by its class.
1.0.0
- Renamed the `find_element_by_id` function to `get_element_by_id` for consistency with the `getElementById` function in JavaScript. - Added a new function `get_elements_by_name(name: str) -> list[HtmlElement]` to retrieve all HTML element by its name.