How to click the download button?

Firstly screen shows as follosw:
The image shows two PDF files, "Invoice water 2407.pdf" and "WE84 Water 2407.pdf," with their respective file sizes of 35.1K and 335K. (Captioned by AI)
then I hover the mouth, download button was showed and I can;t get the element now,so how to get the element and click it?
The image shows two PDF files named "Invoice water 2407.pdf" and "WE84 Water 2407.pdf" with an option to download them. (Captioned by AI)
maybe inject js? any sample?

Hi @jmy

Can you try with Hover activity and then Click

Or

While clicking the element using click activity use Hover option

The image shows a "Selection Options" dialog box with various tool icons and a tooltip activated over the "Hoverable elements selection" option, indicating it enables the selection of elements that appear or exist only on mouse hover. (Captioned by AI)

Regards,

Hi @jmy,

Good morning. Basically, if you need to click a button that only appears during hover, you need to use two activities to achieve better results and use Hardware Methods as Input Mode for those two activities.

  1. Hover Activity - To hover over the Invoice name.
  2. Click Activity - Before selecting the selector, you need to either press F6 or click the hover button in the selection option as suggested by @lrtetala as follows.

The image shows a "Selection Options" window with various tool icons and a tooltip highlighting the "Hoverable elements selection" function, explaining its purpose. (Captioned by AI)

If Simulate or Chromium API Input Mode methods are working, then you don’t need to have the hover activity, but if it is dynamically rendered, go with the above approach.

Regards,
Ranjith Udayakumar