Documentation
¶
Index ¶
Constants ¶
View Source
const ( OneShot = iota Replay )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckContext ¶
type CheckContext struct { *TestContext // contains filtered or unexported fields }
type CheckFunction ¶
type CheckFunction func(c *CheckContext) error
type Test ¶
type Test struct {
// contains filtered or unexported fields
}
type TestCapture ¶
type TestCapture struct {
// contains filtered or unexported fields
}
type TestContext ¶
type TestContext struct {
// contains filtered or unexported fields
}
type TestInjection ¶ added in v0.18.0
type TestInjection struct {
// contains filtered or unexported fields
}
Source Files
¶
- selenium.go
- tests.go
Click to show internal directories.
Click to hide internal directories.