You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not getting anywhere, I think Automa should be able to do this but I don't know how.
I record my actions but I think the buttons that need to be clicked always have another ID or something, when I try the selector in the workflow I get something like this:
#yui_3_13_0_3_1717482104102_74980 .label
When I inspect it in Chrome the html for that button looks like this, I guess that span id is what is put in the workflow but that seems to change all the time, the button is called "Exporteren" would it be possible to select it using that widgetid, how would I put it in the workflow click element block?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm not getting anywhere, I think Automa should be able to do this but I don't know how.
I record my actions but I think the buttons that need to be clicked always have another ID or something, when I try the selector in the workflow I get something like this:
#yui_3_13_0_3_1717482104102_74980 .label
When I inspect it in Chrome the html for that button looks like this, I guess that span id is what is put in the workflow but that seems to change all the time, the button is called "Exporteren" would it be possible to select it using that widgetid, how would I put it in the workflow click element block?
<span id="yui_3_13_0_3_1717482104102_74980" class="gepa-positioned gepa-button gepa-blue gepa-text-center gepa-action-button" widgetid="AccountHistoryFlow_f2c@btn_Export" style="left: 0px; top: 0px;"><a class="segment" href="#Exporteren" role="button"><span class="inner front" aria-hidden="true"></span><span class="inner label" style="width: 80px;">Exporteren</span><span class="inner rear" aria-hidden="true"></span></a></span>
Thanks for anyone who can set me on track
Beta Was this translation helpful? Give feedback.
All reactions