WithText(String) Method

Definition

Assembly HeadlessTestingFramework.dll

Filter TextBlock/TextBox by text content.

public ControlFinder WithText(string text)

Parameters

text
String

The text to match.

Returns