How to capture list with each item having a drop down list and drop down opens with click of a button

Hi All,

I have a use case to capture data from a website which has a list of users in the following format:

image

and each person in the list has permissions attached to them that is visible by clicking > on the right side of each user:

image

and also within permission we need to capture the value of toggle buttons.

Thanks,
Ashish

I firstly recommend playing around with selectors to try and identify how you will achieve this.

Check the value of the toggle button and any titles or names etc in the selector.

If this a webpage, you can then use the HTML DOM to try and identify this information.