Hi,
We are using WebAii for Silverlight Automation testing
In our XAML we have a button that when clicked creates a form with a text box (System.Windows.Controls.TextBox) that is given focus with a default value that is selected.
Given we have found the element (Xaml.Get<ArtOfTest.WebAii.Silverlight.UI.TextBox>("Name=InputTextBox");
Is there a way we can test to check that the element
1) Has Focus
2) Has text in it that is selected
Thanks.
We are using WebAii for Silverlight Automation testing
In our XAML we have a button that when clicked creates a form with a text box (System.Windows.Controls.TextBox) that is given focus with a default value that is selected.
Given we have found the element (Xaml.Get<ArtOfTest.WebAii.Silverlight.UI.TextBox>("Name=InputTextBox");
Is there a way we can test to check that the element
1) Has Focus
2) Has text in it that is selected
Thanks.