I am trying to extract HTML table from web page where index number occure in selectors. that index number might gets changed in future, So for that I want to use regex there.
I tried with below but not able to get output.
idx is a special sort of attribute. UiPath adds that attribute automatically when the current selector can apply to multiple different elements (it isn’t specific enough).
The best way to proceed is try mixing and matching attributes until idx no longer appears, which means you’ve found the only element on the page matching that selector.