Closed
Description
Often, when I have multiple instances of an object, I realized I have to filter out the non displayed item.
In fact, I "almost never care" about the non-displayed items, items with a location and / or size of 0.
For any scenario where you need to login or use the actual pages, there are sometimes decoys
(eg: 2 element named the same thing with one displayed and the other not displayed)
For that reason, it could make sense to have additional filtering built in.
Also, when I think of Get-SeElement
, I somewhat think of Sort-Object
where you have the ability to do a Sort / Then by pattern.
I don't have a definitive implementation but I'd like to empower the users to do more with that command.