Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTMLDoc ¶
type HTMLDoc struct {
// contains filtered or unexported fields
}
HTMLDoc struct
func NewHTMLParser ¶
func NewHTMLParser(t testing.TB, content []byte) *HTMLDoc
NewHTMLParser parse html file
func (*HTMLDoc) GetCSRF ¶
func (doc *HTMLDoc) GetCSRF() string
GetCSRF for get CSRC token value from input
func (*HTMLDoc) GetInputValueByID ¶
func (doc *HTMLDoc) GetInputValueByID(id string) string
GetInputValueByID for get input value by id
func (*HTMLDoc) GetInputValueByName ¶
func (doc *HTMLDoc) GetInputValueByName(name string) string
GetInputValueByName for get input value by name
Click to show internal directories.
Click to hide internal directories.