-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Appium
-
AvaloniaDriver
-
Methods
-
NavigateTo()
NavigateTo() Method
Definition
Navigates to a view by setting window content.
Uses SetCurrentValue to preserve any bindings on the Content property.
public void NavigateTo<T>()
where T : Control, new()
Type parameters
- T
- The type of view to navigate to.