Force a referesh of the DOM tree from the current document.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

C#
public virtual bool RefreshDomTree()
Visual Basic (Declaration)
Public Overridable Function RefreshDomTree As Boolean
Visual C++
public:
virtual bool RefreshDomTree()

Return Value

[Missing <returns> documentation for "M:ArtOfTest.WebAii.Core.Browser.RefreshDomTree"]

See Also