GuOrg / Gu.Wpf.UiAutomation

MIT License
96 stars 17 forks source link

Find by label #86

Open JohanLarsson opened 4 years ago

JohanLarsson commented 4 years ago
            <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()