Hi all, I’m new to Anvil and building apps in general. I’m trying to test an anvil UI using robot framework with selenium but am not able to locate some elements.
At the moment, I’m using Form1.get_components() which returns a list of the component objects and iterating through them. The name of each component has been set in the anvil design editor.
I was wondering whether there was a way to access the name of each component in the form when iterating through them instead of the component object, and using the component’s name to set its element ID?