When i use action "click on web page" for some items it not work.
The RPA find the item in web page and click (i suppose, i have no errors from the rpa) but there is no reaction on web page.
for example one item that do not work with the action:
a[Id="uploader_browse"]
<div class="plupload_buttons">
<a href="#" class="plupload_button plupload_add" id="uploader_browse" style="position: relative; z-index: 0;">Aggiungi file</a><a href="#" class="plupload_button plupload_start plupload_disabled" style="display: none;">Start upload</a>
</div>
any idea?
Thanl's