Closed
Description
It could be useful to have standard parameters for Get-SeElement
just like we have for for <IwebDriver>
through the work done in #101
Current output is:
WrappedDriver : OpenQA.Selenium.Chrome.ChromeDriver
TagName : input
Text :
Enabled : True
Selected : False
Location : {X=490,Y=350}
Size : {Width=142, Height=36}
Displayed : True
LocationOnScreenOnceScrolledIntoView : {X=490,Y=350}
Coordinates
This make it difficult to spot what you want when you have a list of 10 elements returned.
Of course, you can sort this all out with powershell but having a great visual cue is always useful when creating those scripts.
vs
That being said, I think there should be at least one custom properties to summarize some of the information so more can be packed on the screen .
Something like :