Hi, I’m new to automation testing and I have been allotted a Desktop Application for testing. So, I selected Robot Framework with FlaUI Library to perform the automation testing. I have stuck at clicking a row in the Data Grid View. When I check it using Inspect tool no rows or columns info are displayed. I tried with “Get all data from grid” and other grid related keywords but it is throwing the error like “AttributeError: ‘NoneType’ object has no attribute ‘Columns’”.
Can anyone help me out of this please!