Unplanned
Last Updated: 07 Dec 2021 11:10 by ADMIN
Andy
Created on: 07 Dec 2021 11:09
Category: UI for WinForms
Type: Bug Report
0
RadGridView: Incorrect empty cells Text property information in Appium projects

Write an Appium test that validates radGridViews' empty cell Text

You will see that the Text property contains the following information: "Row x Column y Value z"

x = row of the cell
y = column of the currently selected cell
z = value of the currently selected cell

instead of simply being either null or an empty string.


 

Workaround:

Instead of validating cell[index].Text, validate cell[index].GetAttribute("Value.Value").

0 comments