I want to do select item on the basis of HTML value option…
Can any one please help me out with this out
Now I can select the value i.e. aaname directly in the select item by passing in the variable. But I am getting the value option… Can anyone let me know if that is doable ?
@Shubham_Varshney
interesting!! I think they may have updated the select item activity. I tried it out and it auto-populated the available values. Can you see if this would work for you?
@ppr I tried the find children activity, the whole task take 11 seconds and the drop down will always remain the same so I am kinda confused if I need to do that before performing the task.
They are unique in value and aaname. But I am not looking for creating a library for the task
I want to pass this out if possible in the select item activity by passing the html code.
It’s seeme like someissue with the xaml attached in the solution…
Getting the following error
Main.xaml: Compiler error(s) encountered processing expression “Element.FindFirst(FindScope.FIND_CHILDREN,New Selector(”“)).Get(“aaname”).ToString”.
Argument not specified for parameter ‘placeholderResolver’ of ‘Public Function FindFirst(scope As UiPath.Core.FindScope, selector As UiPath.Core.Selector, placeholderResolver As UiPath.Core.Activities.IPlaceholderResolver) As UiPath.Core.UiElement’
set strVal to type String
set element to type UiPath.Core.UiElement
set variable1 to type UiPath.Core.activities.IPlaceholderResolver
**Note - @Shubham_Varshney adds that this would be IVariableResolver for Enterprise **
hope this helps