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.