Skip to content

Releases: dendrite-systems/dendrite-python-sdk

v0.2.8

Choose a tag to compare

@coffecup25 coffecup25 released this 08 Jan 09:14
16e5913

What's Changed

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

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 04 Nov 20:57
82c2567

What's Changed

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

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 31 Oct 10:11
da2ea66

What's Changed

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

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 30 Oct 15:15
2a2784b

What's Changed

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

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 30 Oct 09:32
0887cbd

What's Changed

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

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 30 Oct 09:05
644e2a7

What's Changed

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

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 21 Oct 10:45
7c9f653

What's Changed

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 13:39
f0d51e1
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

Choose a tag to compare

@github-actions github-actions released this 18 Sep 19:19
Fixes:
- fix hanging wait_for() on DendritePage

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

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 10 Sep 21:55
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