Skip to content

Releases: douglasdcm/caqui

1.0.6

03 Jun 05:21
56582a5

Choose a tag to compare

What's Changed

go_back
get_title
get_status
get_url
get_timeouts 

Full Changelog: 1.0.5...1.0.6

1.0.5

02 Jun 07:36
89ccf03

Choose a tag to compare

Adding compatibility with Firefox (gechodriver): issue #2

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

26 May 03:20
5f8b834

Choose a tag to compare

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

25 May 02:46
081ecf8

Choose a tag to compare

  • Add synchronous and asynchronous find_elements functions