Documentation
¶
Overview ¶
Package login implements interactive browser-based session capture using chromedp. It reuses a snapshot of the user's current browser profile so existing logged-in browser sessions can be imported for both Frisco and Delio.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BrowserCandidates ¶
func BrowserCandidates() []string
BrowserCandidates returns platform-specific browser executable paths.
func CheckBrowserInstalled ¶
func CheckBrowserInstalled() error
CheckBrowserInstalled verifies that a supported browser executable is available.
Types ¶
type Options ¶
type Options struct {
Provider string
LoginURL string
TimeoutSec int
UserDataDir string
ProfileDirectory string
Debug bool
KeepBrowserOnFailure bool
}
Options configure browser-based session capture.
Click to show internal directories.
Click to hide internal directories.