How to add multiple tags in filter in Export UITree activity

Hi,
I am using Export UITree activity to extract some data. So in this activity in the properties panel we filter the data we want by adding the tag which gives the required tag data.

image

But now I want to add 2 tags (input tag and textarea tag) in this filter, how to do it?

If you open UiExplorer then you will get the details left side , you need to click on check box and its solved the issue
image

Hi @mukesh.singh I don’t have any textarea option

I can send you my sample html code.

Sample.html (976 Bytes)
Sample.txt (914 Bytes)

From this I need to be able to extract both input and textarea tags information

Is this page hosted? in localhost or you are using this sample page for getting the selector you need to host this page

PFA of Video demo, where I have given the demo why your selector is not showing

Sorry but I am not getting like that and I don’t want to add like this. I want to add them in the filter itself

As at least in the past the filter was more limited as compared to the selector functionalities we are blocked from defining more tags. (e.g. regex selector…)

as workaround, give a try at

  • collect input / text area in two steps

UPD1 - RnD Reround (Windows, UiPath.UiAutomation.Activities Version 23.10.8)

give a try at:

"<webctrl tag='INPUT|TEXTAREA' matching:tag='regex'  />"

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.