Releases: CrocoFactory/adspower
Releases · CrocoFactory/adspower
v2.1.0
Support for python versions from 3.9
v2.0.3
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
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
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
- 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
First viable version of the package