Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

I am trying to automate a process where the page has 4 fields one below the other and I need to select an option from these dropdowns. I am only able to automate the first one but unable to make the bot go to the second and third.

Any suggestions would be appreciated.

1 Answer

0 votes
by (9.5k points)

Create an Array of strings array<String>

Use the 'Click' activity on the dropdown menu

Get the 'selecter' by going to the UiExplorer and make sure to enable the aaname property, which is by default set to whatever is currently selected.

Loop over your Array<String> from point 1 and change the 'Click' activity's selector's "aaname='---'" to "aaname='" + currentString + "'",making it dynamic.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Nov 20, 2020 in RPA by dev_sk2311 (45k points)
0 votes
1 answer
0 votes
1 answer
asked Nov 20, 2020 in RPA by dev_sk2311 (45k points)

Browse Categories

...