BrowserContainsText Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
True/False whether the 'text' is contained within the page currently loaded. Not case sensitive.

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

public virtual bool ContainsText(
	string text
)

Parameters

text
Type: SystemString
The text string.

Return Value

Type: Boolean
True/False whether the text is contained.
See Also

Reference