How to click when you click then several options spread out?

Hello everyone,

On some web pages, when you click a button then the button spread out
to show you several options, such as, when you click the “color” button → the button shows
many options like “red”, “yellow”, “orange”, “blue” and so forth. Your final goal is to click
a specific color. In this case, how to make automation with Uipath studio X?
So far it just stops working with the first click and fails to proceed.

Thanks in advance!!

you can refer to this:
Main.xaml (16.0 KB)

  1. in use application scope, click value mappings
    image
  2. then set colour namr
    image
  3. in click activity, change the aaname to variable colorName
1 Like

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