Hi, Since 1 week i have this error on my pc and cellphone.I tried to reboot, also used a prívate navigation to access the website, but still have this message.Any suggestion ?
Hi ,
i have a little issue when i try to use this api PDF Text Extractor API Documentation (zhangyue9306) | RapidAPI
RapidAPIremove preview
PDF Text Extractor API Documentation (zhangyue9306) | RapidAPIAn api that helps you to extract all text in a ...
Hi All,
It's not a question but rather a discussion that i want to have with you.
In best practice we saw that for pop up windows like restore page or translate page, we have to create a seperate VBO (windows application) to handle it.
But what if th...
Hi,
What is the reason for this issue, when i try to run Queue Report Object ( Create Queue report from single queue ) i have a pop up cannot create x component. i tried to put this option and then the last one but nothing worked for me.
I have th...
Hi,
I have an issue.
I have a big Excel File and i am trying to use data oledb to make some sql query on it.
When i try to execute, i have this error message " Microsoft Oledb Ace 12 is not registred on my machine ". I tried to installa access engin...
@maserpa You have to do it like this (//div[boolean(number(substring-after(@id,"{ID HERE}-"))) or number(substring-after(@id,"{ID HERE}-")) = 0] )[n]For match index provide 1And it will work
hi @rebeccabowe Do something like this : Tick only Web Path/Xpath and the match index.Put this expression for Web Path/Xpath : //svg[contains(@class,"MuiSvgIcon-root")]/parent::button[@type="button" and @aria-label="Export"]for Match Index put 1 Use...
Hi @rebeccabowe As @faheemsd saidFor example your svg is maybe a child of a div element and maybe if we tell blue prism via xpath to click on that div (or others elements) it will workPlease share with us your html code (do inspect) and then we can ...