Documentation ¶
Index ¶
- func DeleteItem() chromedp.Action
- func Equals(expression string, expected interface{}) chromedp.Action
- func FormDoneEquals(expected bool) chromedp.Action
- func FormEnterID(text string) chromedp.Action
- func FormEnterText(text string) chromedp.Action
- func FormIDEquals(expected string) chromedp.Action
- func FormSetDone(checked bool) chromedp.Action
- func FormShowsError(errorValue string) chromedp.Action
- func FormShowsSuccess() chromedp.Action
- func FormSubmit() chromedp.Action
- func FormTextEquals(expected string) chromedp.Action
- func Group(title string, actions ...chromedp.Action) chromedp.Action
- func InitAdapterCreationError(adapterID string, errorValue string) chromedp.Action
- func InitAdapterDeleteError(adapterID string, errorValue string) chromedp.Action
- func InitAdapterFixtures(adapterID string) chromedp.Action
- func InitAdapterLoadItemError(adapterID string, errorValue string) chromedp.Action
- func InitAdapterUpdateError(adapterID string, errorValue string) chromedp.Action
- func ListItemNum(expected int) chromedp.Action
- func ListItemText(itemIndex int, expected string) chromedp.Action
- 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() chromedp.Action
- func OpenTestPage(url string) chromedp.Action
- func OpenWebsite(url string) chromedp.Action
- func Screenshot(targetFile string) chromedp.Action
- func ToolsItemCreatedFieldShows(v string) chromedp.Action
- func ToolsItemDeleteFieldShows(v string) chromedp.Action
- func ToolsItemSelectedFieldShows(v string) chromedp.Action
- func ToolsItemUpdateFieldShows(v string) chromedp.Action
- func WaitForComponent() chromedp.Action
- func WaitForJSXPageComponent() chromedp.Action
- func WaitForToolsContainer() chromedp.Action
- type Action
- type EqualsAction
- type FormSetCheckBoxAction
- type InitAdapterErrorAction
- type InitAdapterFixturesAction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteItem ¶
func FormDoneEquals ¶
func FormEnterID ¶
func FormEnterText ¶
func FormIDEquals ¶
func FormSetDone ¶
func FormShowsError ¶
func FormShowsSuccess ¶
func FormSubmit ¶
func FormTextEquals ¶
func InitAdapterDeleteError ¶
func InitAdapterFixtures ¶
func InitAdapterUpdateError ¶
func ListItemNum ¶
func ListSelect ¶
func NavigateToAboutPage ¶
func NavigateToTestPage ¶
func OpenTestPage ¶
func OpenWebsite ¶
func Screenshot ¶
func WaitForComponent ¶
func WaitForJSXPageComponent ¶
func WaitForToolsContainer ¶
Types ¶
type EqualsAction ¶
type EqualsAction struct { Expression string Expected interface{} }
type FormSetCheckBoxAction ¶
type FormSetCheckBoxAction struct {
// contains filtered or unexported fields
}
type InitAdapterErrorAction ¶
type InitAdapterErrorAction struct {
// contains filtered or unexported fields
}
type InitAdapterFixturesAction ¶
type InitAdapterFixturesAction struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.