Firstly screen shows as follosw:

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?

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

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.
- Hover Activity - To hover over the Invoice name.
- 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.

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