# How to read accessibility tool inspected elements using zoomba library?

**URL:** https://forum.robotframework.org/t/how-to-read-accessibility-tool-inspected-elements-using-zoomba-library/903
**Category:** Libraries
**Created:** [2 November 2020 09:44 UTC](https://forum.robotframework.org/t/how-to-read-accessibility-tool-inspected-elements-using-zoomba-library/903 "2020-11-02T09:44:11Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Wolfe1](https://dub1.discourse-cdn.com/flex005/user_avatar/forum.robotframework.org/wolfe1/32/3386_2.png) [@Wolfe1](https://forum.robotframework.org/u/Wolfe1)
#### Post date: [4 November 2020 19:42 UTC](https://forum.robotframework.org/t/how-to-read-accessibility-tool-inspected-elements-using-zoomba-library/903/2 "2020-11-04T19:42:15Z")

</div>

Hey @kiran,

1. The main bits that you want out of accessibility insights are listed at the top of the [doc page here](https://accruent.github.io/robotframework-zoomba/DesktopLibraryDocumentation.html#Select%20Elements%20From%20Menu).  
 ![image](https://europe1.discourse-cdn.com/flex005/uploads/robotframework1/original/1X/576a4de1d9e729f47692b8f8584d944fb501b388.png)  
When using the tool you simply need to roll over your element and see what options are available to you:  
 ![image](https://europe1.discourse-cdn.com/flex005/uploads/robotframework1/original/1X/7bf7d08b6e883369e0812572eab975491e854407.png)  
I suggest filtering this list down to make it easier to use as there is a lot of extra information there.

To find xpath you will need to use the [recorder provided by winappdriver here](https://github.com/microsoft/WinAppDriver/releases/tag/UIR-v1.1).

1. The way the code is laid out I don’t think this is currently possible. [Please raise an issue on github](https://github.com/Accruent/robotframework-zoomba/issues) and I can look into it.

2. I think you are looking for [Switch Application By Name](https://accruent.github.io/robotframework-zoomba/DesktopLibraryDocumentation.html#Switch%20Application%20By%20Name).

---

_[View the full topic](https://forum.robotframework.org/t/how-to-read-accessibility-tool-inspected-elements-using-zoomba-library/903)._
