Closed
Description
Tied to discussion from #116
Get-SeElement
should not return hidden elements by default.
I think for most uses cases, tests / scraping & other uses are mostly concerned about what is disabled.
Default will therefore show only displayed elements.
-All switch parameter will show both visible and hidden elements.