ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Actions.AnnotateElement(targetElement, message) method
Namespaces > ArtOfTest.WebAii.Core > Actions > AnnotateElement(Element, String)
Visually annotates an element on the browser surface.
Syntax
C#
public virtual void AnnotateElement (
	Element targetElement,
	string message
)
Parameters
targetElement (Element)
The target element to annotate.
message (String)
The message to include.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)