Examples
Step-by-step tutorials to build real automation flows with the Hira SDK.
Available Examples
Basic Flow — Login + Output
Build a complete flow from scratch: navigate to a website, login with profile credentials, read page data, and write output.
Topics: project setup, defineFlowConfig(), BrowserUtils, writeOutput()
Excel Input/Output
Read profile credentials from Excel and write automation results back. The recommended approach for local development and testing.
Topics: ExcelStorage, column mapping, main.dev.ts dev runner, parseProfileSettings()
Multi-Flow Project
Create a project with multiple flows and versions — the real-world setup for managing several automation scripts in one codebase.
Topics: version management, shared helpers, AntidetectProvider switching (GPM/Hidemium), independent builds
AntidetectProvider Reference
enum AntidetectProvider {
GPM = 'gpm', // GPM Login — default: http://127.0.0.1:19995
HIDEMIUM = 'hidemium', // Hidemium — default: http://127.0.0.1:2222
GENLOGIN = 'genlogin', // GenLogin
ADSPOWER = 'adspower', // AdsPower
}Last updated on