Skip to content

Get-SeElement - PSStandardMembers MemberSet #115

Closed
@itfranck

Description

@itfranck

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.

For instance: This
image

vs

image

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 :

image

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions