Skip to content

Releases: dendrite-systems/dendrite-python-sdk

v0.2.8

08 Jan 09:14
16e5913
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.2.8

v0.2.7

04 Nov 20:57
82c2567
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

31 Oct 10:11
da2ea66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

30 Oct 15:15
2a2784b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

30 Oct 09:32
0887cbd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

30 Oct 09:05
644e2a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

21 Oct 10:45
7c9f653
Compare
Choose a tag to compare

What's Changed

v0.2.0

26 Sep 13:39
f0d51e1
Compare
Choose a tag to compare
Updates:
- New ergonomics for using the sdk
- Renamed classes to not include Dendrite-prefix
- Added Sync version of sdk
- Added CLI for installing correct browser

Fixes:
- Certain hidden elements would not update hidden state
- Fix incorrect timeout interval for get_element

v0.1.6

18 Sep 19:19
Compare
Choose a tag to compare
Fixes:
- fix hanging wait_for() on DendritePage

Improvements:
- get_element() should be faster and more reliable

v0.1.5

10 Sep 21:55
Compare
Choose a tag to compare
Bump package to v0.1.5

Fixes:
- Scroll_to_bottom
- return correct page when opening multiple pages in async task
- download typing
- elements marked hidden updated correctly
- remove arg that slowed down page load

Features:
- browser now exposes all dendrite pages
- dendrite element focus
- updated exception handling to be more specific
- add click and fill on page to streamline interacting with websites