chromedp

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2022 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const AWS_CN_SAML_ENDPOINT = "https://signin.amazonaws.cn/saml"
View Source
const AWS_GOV_SAML_ENDPOINT = "https://signin.amazonaws-us-gov.com/saml"
View Source
const AWS_SAML_ENDPOINT = "https://signin.aws.amazon.com/saml"

Variables

This section is empty.

Functions

func VisitAuthing

func VisitAuthing(ctx context.Context, opts VisitAuthingOptions) (string, error)

Types

type AuthingEntryPage

type AuthingEntryPage struct {
	Version, URL, LoginPath string
	Login                   LoginPage
	Main                    MainPage
}

type LoginPage

type LoginPage struct {
	TabName, UsernameInput, PasswordInput, PasswordForm, PhoneCodeForm string
	LoginTabBtn, PasswordLoginBtn                                      string
}

type MainPage

type MainPage struct {
	LinkDiv string
}

type VisitAuthingOptions

type VisitAuthingOptions struct {
	URL, Username, Password, AppSelected string
	Debug, DisableHeadless               bool
	Logger                               *log.Logger
	ProfileDir                           string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL