cruda

package
v0.0.0-...-a0d7a19 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteItem

func DeleteItem() chromedp.Action

func Equals

func Equals(expression string, expected interface{}) chromedp.Action

func FormDoneEquals

func FormDoneEquals(expected bool) chromedp.Action

func FormEnterID

func FormEnterID(text string) chromedp.Action

func FormEnterText

func FormEnterText(text string) chromedp.Action

func FormIDEquals

func FormIDEquals(expected string) chromedp.Action

func FormSetDone

func FormSetDone(checked bool) chromedp.Action

func FormShowsError

func FormShowsError(errorValue string) chromedp.Action

func FormShowsSuccess

func FormShowsSuccess() chromedp.Action

func FormSubmit

func FormSubmit() chromedp.Action

func FormTextEquals

func FormTextEquals(expected string) chromedp.Action

func Group

func Group(title string, actions ...chromedp.Action) chromedp.Action

func InitAdapterCreationError

func InitAdapterCreationError(adapterID string, errorValue string) chromedp.Action

func InitAdapterDeleteError

func InitAdapterDeleteError(adapterID string, errorValue string) chromedp.Action

func InitAdapterFixtures

func InitAdapterFixtures(adapterID string) chromedp.Action

func InitAdapterLoadItemError

func InitAdapterLoadItemError(adapterID string, errorValue string) chromedp.Action

func InitAdapterUpdateError

func InitAdapterUpdateError(adapterID string, errorValue string) chromedp.Action

func ListItemNum

func ListItemNum(expected int) chromedp.Action

func ListItemText

func ListItemText(itemIndex int, expected string) chromedp.Action

func ListSelect

func ListSelect(itemIndex int) chromedp.Action
func Navigate(path string) chromedp.Action
func NavigateToAboutPage() chromedp.Action
func NavigateToTestAndToolsPage() chromedp.Action
func NavigateToTestPage() chromedp.Action

func NewItem

func NewItem() chromedp.Action

func OpenTestPage

func OpenTestPage(url string) chromedp.Action

func OpenWebsite

func OpenWebsite(url string) chromedp.Action

func Screenshot

func Screenshot(targetFile string) chromedp.Action

func ToolsItemCreatedFieldShows

func ToolsItemCreatedFieldShows(v string) chromedp.Action

func ToolsItemDeleteFieldShows

func ToolsItemDeleteFieldShows(v string) chromedp.Action

func ToolsItemSelectedFieldShows

func ToolsItemSelectedFieldShows(v string) chromedp.Action

func ToolsItemUpdateFieldShows

func ToolsItemUpdateFieldShows(v string) chromedp.Action

func WaitForComponent

func WaitForComponent() chromedp.Action

func WaitForJSXPageComponent

func WaitForJSXPageComponent() chromedp.Action

func WaitForToolsContainer

func WaitForToolsContainer() chromedp.Action

Types

type Action

type Action struct {
	// contains filtered or unexported fields
}

func (Action) Do

func (a Action) Do(ctx context.Context) error

type EqualsAction

type EqualsAction struct {
	Expression string
	Expected   interface{}
}

func (EqualsAction) Do

func (e EqualsAction) Do(ctx context.Context) error

type FormSetCheckBoxAction

type FormSetCheckBoxAction struct {
	// contains filtered or unexported fields
}

func (FormSetCheckBoxAction) Do

type InitAdapterErrorAction

type InitAdapterErrorAction struct {
	// contains filtered or unexported fields
}

func (InitAdapterErrorAction) Do

type InitAdapterFixturesAction

type InitAdapterFixturesAction struct {
	// contains filtered or unexported fields
}

func (InitAdapterFixturesAction) Do

Jump to

Keyboard shortcuts

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