Releases: douglasdcm/caqui
Releases · douglasdcm/caqui
1.0.6
What's Changed
- Add functions by @douglasdcm in #37
go_back
get_title
get_status
get_url
get_timeouts
- Increase version and set as Beta version by @douglasdcm in #38
Full Changelog: 1.0.5...1.0.6
1.0.5
Adding compatibility with Firefox (gechodriver): issue #2
What's Changed
- Add community standards by @douglasdcm in #27
- Fix sample by @douglasdcm in #28
- Compatibility with firefox by @douglasdcm in #30
Full Changelog: 1.0.4...1.0.5
1.0.4
Add synchronous and asynchronous 'get_property' functions. These functions receive the HTML element property, for example:
property = get_property(driver_url, session, anchor, property="href")
print(property)
Output
http://any.com
1.0.3
- Add synchronous and asynchronous
find_elementsfunctions