Search found 1 match

by gemur
Wed Feb 18, 2015 3:26 pm
Forum: Object Identification and Technologies
Topic: DevExpress table and UIAutomationValue Value
Replies: 4
Views: 2236

Re: DevExpress table and UIAutomationValue Value

Worked for me to get the value of an infragistics grid cell: private void Init() { string gmTEST; // Your recording specific initialization code goes here. gmTEST = repo.MainWindow.TextBlock_GEMUR.Element.GetAttributeValue("UIAutomationValueValue").ToString(); Report.Info("### gmTEST=|" + gmTEST + "...