Skip to Content

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

FeatureStatus
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