How to select a dynamic element?

I need to click element B, but element B only appears when hovering over element A. Once I switch pages, such as opening UiPath, element B disappears

Hi @1545030349,

Please try the set attribute activity to set the attribute of element A as true. You can inspect the element and find out which attribute will change when you hover and then set that to true. After which the element B will be visible.

Regards.