How to select the options in webpage, no idea it is a list or dropdown



need to click on “download csv” when i choose the click activity , I am unable to select the “download csv”, it disappears, what to do in this case. how to automatically select the “download csv” option.

1 Like

hey

did you try with hover activity to hover the 3 lines and the use a click activity to click the download csv

regards

1 Like

@Nithyakavitharan_T

You need to use two click activities.

  1. First click activity to click on three lines.
  2. Second click activity to click on Download CSV.
1 Like

Thanks a lot for the quick reply. I did not try hover activity. Can u please give an example or link how to use this activity please.

1 Like

hey

look
image

would be something like this
image

attach the window, then hover the 3 lines, and then click the download csv

regards!

Thanks a lot Fernando Zuluaga.
You gave me an idea. I solved it by using “click activity”, pressing shift +f2 , indicating element disappears then selecting the “Download CSV”.

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