Documentation
¶
Index ¶
- type Dom
- func (d Dom) BuildUI()
- func (d Dom) CallFunction(function_name string, args ...any) (err string)
- func (d Dom) ElementClicking(querySelector string) (err string)
- func (d Dom) GetHtmlContainer(o *model.Object) (ctn *js.Value, err string)
- func (d Dom) GetHtmlModule(module_name string) (out any, err string)
- func (d Dom) InnerHTML(html_content string, o *model.Object)
- func (d Dom) InsertAfterBegin(html_content string, o *model.Object)
- func (d Dom) InsertBeforeEnd(html_content string, o *model.Object)
- func (d Dom) RunBootActions()
- func (d Dom) RunTests()
- func (d Dom) UserMessage(message ...any) interface{}
- func (d Dom) UserViewComponentClicked(this js.Value, source_input []js.Value) interface{}
- func (d Dom) WaitFor(milliseconds int, callback func())
- type HtmlElement
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dom ¶
func (Dom) CallFunction ¶ added in v0.0.16
func (Dom) ElementClicking ¶ added in v0.0.38
querySelector ej: "a[name='xxx']"
func (Dom) GetHtmlContainer ¶ added in v0.0.19
func (Dom) GetHtmlModule ¶ added in v0.0.15
func (Dom) InsertAfterBegin ¶ added in v0.0.14
func (Dom) InsertBeforeEnd ¶ added in v0.0.14
func (Dom) RunBootActions ¶ added in v0.0.38
func (d Dom) RunBootActions()
func (Dom) UserMessage ¶ added in v0.0.13
support: error,string
func (Dom) UserViewComponentClicked ¶ added in v0.0.16
Click to show internal directories.
Click to hide internal directories.