Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)
edited by

Every time I try to use Wildcards (*) to dynamically refer to HTML element I receive an exception:

Error - Highlighting results - Exception has been thrown by the target of an invocation.

 I'm trying to find Input, using a dynamic path. To make a long story short: I'm building a flexible object, which will work with different page structure

But for some reason, it gives me an error. I'm using Match Index = 1, so it should always first found an object, but it gives an exception, instead.

1 Answer

0 votes
by (29.5k points)

it seems to me that you are using an older version of blue prism these errors were common with older versions, the newer version seems to work better. Anyway, there's one thing you could try that might work as a temporary solution. You can add one more "Equal" Attribute to Application Modeller, E.g. Width = 401. (But Width > 400 returns the same exception)

Related questions

Browse Categories

...