Skip to Content

AdsPower

[!WARNING] Coming Soon β€” AdsPower adapter is under development and will be available in a future SDK release.

AdsPowerΒ  is an anti-detect browser with local API support. The SDK will provide a built-in adapter.

Planned Setup

import { AntidetectBaseFlow, AntidetectProvider } from '@hira-core/sdk' export default class MyFlow extends AntidetectBaseFlow<typeof config> { constructor() { // Coming soon! super(AntidetectProvider.ADSPOWER, new FlowLogger('MyFlow'), config) } }

Status

FeatureStatus
List profilesπŸ”œ Coming soon
Start profileπŸ”œ Coming soon
Close profileπŸ”œ Coming soon
Browser connectπŸ”œ Coming soon

Available Providers

enum AntidetectProvider { GPM = 'gpm', // βœ… Available β€” http://127.0.0.1:19995 HIDEMIUM = 'hidemium', // βœ… Available β€” http://127.0.0.1:2222 GENLOGIN = 'genlogin', // πŸ”œ Coming soon ADSPOWER = 'adspower', // πŸ”œ Coming soon }
Last updated on