Skip to content

Releases: CrocoFactory/adspower

v2.1.0

29 Sep 21:00
d32a8f2
Compare
Choose a tag to compare

Support for python versions from 3.9

v2.0.3

14 Jul 13:21
964ad9a
Compare
Choose a tag to compare

Fixing bugs:

  • When getting or creating a browser, some arguments were missed during execution and some of them were useless
  • Removing the start_maximized argument in class Profile based on playwright, because it is useless

v2.0.2

10 Jun 22:28
f6143c0
Compare
Choose a tag to compare

Fixing closing tabs in playwright-based Profile. Fixing raising exception related to not opened AdsPower.

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

10 Jun 20:54
af029ad
Compare
Choose a tag to compare

Fixing of asynchronous version of anonymous. Deleting useless print to console.

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

17 May 16:57
da0d01b
Compare
Choose a tag to compare
  • Moving from interacting with AdsPower instance to interacting with API entities, such as Group, Category, Profile.
  • Implementation of all API endpoints
  • Async and sync features
  • Adding support of playwright package

What's Changed

Full Changelog: v1.0.0...v2.0.0

v1.0.0

13 Dec 16:04
9674add
Compare
Choose a tag to compare

First viable version of the package