TitleIs(String) Method

Definition

Assembly HeadlessTestingFramework.dll

An expectation for checking the window title.

public static Func<AvaloniaDriver, bool> TitleIs(string title)

Parameters

title
String

The expected title.

Returns

Func<AvaloniaDriver, Boolean>
True when the title matches.