Hi!!
I am currently working on an automation task that involves opening a web browser to download a file. This action is triggered by clicking a hyperlink, which redirects to a PDF. To accomplish this, I am utilizing the “For Each Ui Element” functionality, as the webpage contains multiple links that require clicking. However, a challenge has arisen due to a unique character (“&”) present in one of the links. I’m not sure if is this character in particular, but it seems it is.
This special character is causing an issue within UiPath, resulting in an error message such as: “Click ‘https://www.bocm.es/bol…’: Value for property [Target.Fuzzy selector] is not in a valid XML syntax.”.
The problematic link in question is: “https://www.boe.es/diario_boe/verifica.php?c=BOE-B-2023-19828&acc=Verificar&fix_bug_chrome=foo.pdf”
I am actively seeking a solution to this problem and would greatly appreciate any guidance or insights you might have.
Best regards