Gu.Wpf.UiAutomation icon indicating copy to clipboard operation
Gu.Wpf.UiAutomation copied to clipboard

Find by label

Open JohanLarsson opened this issue 5 years ago • 0 comments

            <TextBlock Grid.Row="16"
                       Grid.Column="0"
                       Text="Min:" />
            <TextBox Grid.Row="16"
                     Grid.Column="1"
                     Text="{Binding Min, TargetNullValue=''}"  />
var textBox = window.FindTextBox("Min:")

Not sure if it should be FindTextBoxByLabel()

JohanLarsson avatar Nov 29 '19 08:11 JohanLarsson