ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Browser.ContainsText(text) method
Namespaces > ArtOfTest.WebAii.Core > Browser > ContainsText(String)
True/False whether the 'text' is contained within the page currently loaded. Not case sensitive.
Syntax
C#
public virtual bool ContainsText (
	string text
)
Parameters
text (String)
The text string.
Return Value
True/False whether the text is contained.

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