How to get the data from directory in Java application

Hi Team,

I am working with a Java-based application where I need to expand a certain project name . It will provide a certain number of folders. Bot need to click on every line item & process it according to condition.

Could any one provide solution on how to fetch data in directory after expanding.
The name may differ every time.

  1. Bot need to click on yellow highlight area
  2. Click on every subfolder under the highlighted area.
    Please, help me with the suitable solution for this scenario.

image

Hi @nithya

For clicking the arrow try using anchor base or see if in selector directly you will find a item which is related to the correponding folder name

And for each directory in it… you can try using for each ui element

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.