Zoomba: How to access a value inside Patterns of a element using Accessibility Insights for Windows

Hi, I’m using the Zoomba library and Robot Framework to automate desktop tests. I have a test case where I need to check the value selected in a combo box. However, the value is located in the “Value” attribute inside “ValuePattern,” which is in “Patterns,” as shown in the image below. Does anyone know how to access this value? I can locate the combo box, but I haven’t yet discovered how to access its “Patterns”, despite trying unsuccessfully with Generative AI.

For example, I need to access the value “Africa/Abidjan”.

If anyone is experiencing the same issue, this solution helped me: Excel Application - Extract text from cells · Issue #142 · Accruent/robotframework-zoomba · GitHub

So now, I know how to access the value that I wanted.

1 Like