Please I need your help.
Why do I need to scroll down to click on an element not visible? why is it not detected automatically by UiPath?
and if I need to scoll down how can I do it please ? (I’m under UiPath Studio 2020)
when you say not working do you mean its not clicking
if yes then hardware events would be your way…or you would have select a span or div tag…instead select a button or input or a tags which support simulate clicks
if loading dynamically then you have no option other than scroll so use a hover activty or set focus and then use click