Selector issue in UIExplorer

hi communities, im still new to UiPath and currently got a task where i need to get some information at online newspaper, i want the selector to take that value cause there are certain media source only that i want to take


this is the current selector

and this is the current workflow


really appreciate your help on this

@Iman_Shafeeq

how do you manually decide whta you want?

one way is to use extract table data or table extraction and get all data and then filter based on the need

cheers

What’s the problem exactly? I suspect that if it’s red colour of Validate button it’s because you use variable for idx attribute. I’m not sure if setting default value will work for UI Explorer, but it definitely does work for Selector Editor window.
So if you want to test your selector in UI Explorer I recommend replacing {{WebsiteCounter}} with actual value (1, 2, 3, etc.) in UI Explorer or set default value of WebsiteCounter to 1, 2, 3 etc. and use Selector Editor window to validate selector.