Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitBrowser ¶
InitBrowser creates a browser with a script engine and a default set of options. If no engine is passed, V8 will be used.
This browser will be configured to log to the t instance. As a consequence, uncaught JavaScript errors will result in a test error.
func InitWindow ¶
func InitWindow(t testing.TB, engine html.ScriptEngine) htmltest.WindowHelper
InitBrowser creates a browser and an empty window with a script engine and a default set of options.
See also: InitBrowser
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.