The same happens, it finds the item but cannot click on it, i searched and find its hard to click on a path under svg like this: svg > svg > path, the only solutions i found are for python and involves wait to be clickable but didnt find how to do in rpa.
I tried it but for some reason i cannot use xpath neither css locator with xclick it wants an image to click at, also i saw the video tutorials and it seems its easy as change click for xclick but for some reason is not.
This is the error that appears when i change click for xclick with the same locator
I’m afraid the website requires paid registration and is not public access, thats why i copied the CSS path, i tried to find a public access web with the same problem, but every web i’m able to find the “clicking” locators, i would also know if there are web thats are impossible to click no matter what you try or they are all clickable and you only need to find the correct locator?
sometimes complex javascript on a website can “swallow” the click event. But Xclick should always work.
Image search is certainly much slower than a HTML-level “click” event. But why does it fail often? That should not be. You can also try XClickText with local ocr.
It fails often because is a dynamic web that changes every 15-20 segs, so the web changes before the image search has finished, so fails in scrapping the correct item, because has already changed. Image search speed can be useful with static pages where you have all the time in the world, but with dynamic pages you need something fast and efficient