I’m facing strange behaviour. My Bot is clicking download buttons on a website.
Unfortunately these rows are only reliably selectable via idx.
So I use the following selector for the “Click” and “Click ‘A’” activities:
Everything works fine if the CSS container is <webctrl idx='20' tag='ARTICLE' />
but if idx stands at the and of the container definition like <webctrl tag='ARTICLE' idx='20'/>
However, if you are confident that even when the data/state of the site changes, the idx stays valid, it is your tradeoff decision to make.
In regards to this, can you post a screenshot of the full selector, as it is detected that is not working? Did you modify this selector to have idx at the end, or was this how it was initially detected? Need more info…