GenLogin
[!WARNING] Coming Soon β GenLogin adapter is under development and will be available in a future SDK release.
GenLoginΒ is an anti-detect browser. 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.GENLOGIN, new FlowLogger('MyFlow'), config)
}
}Status
| Feature | Status |
|---|---|
| List profiles | π Coming soon |
| Start profile | π Coming soon |
| Close profile | π Coming soon |
| WebSocket 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