Hi,
I have UiElement collection, then I am looping it and trying to findFirst element with specific selector, but if it is not found iam getting error… TryCatch is taking too long to fire (30s+)…
item as UiElement, variable1 as IvariableResolver and its empty…
my clause:
item.FindFirst(FindScope.FIND_CHILDREN,new Selector("<webctrl tag=‘p’ class=‘mb1’ innerHtml=‘fa fa-file-text-o’ />"),variable1).Get(“innerText”).ToString
By the way what is IvariableResolver without it uipath did not let me start process as it was mandatory…
Thanks.