Need help in displaying data from table

unable to see the data as key and value…can anyone help to code it?

Hello, you will need to be more specific to get help…

Is this from a webpage? or some kind of other application?

If it is from a webpage, you could use the Browser library. Using “locators” (that you will identify by looking in the page source code), you will be able to reconstruct a key/value dictionnary. I would suggest watching this video tutorial:
RoboCon 2024 Tutorial - Creating a Web Testing Framework with Robot Framework and Browser Library

2 Likes

You need to write your own code to generate a key/value structure out of that. And as FrancisG said, we can’t even start to help you with that as you dont mention what tech is involved.

1 Like