We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6549e13 commit bc39ccfCopy full SHA for bc39ccf
Selenium.psm1
@@ -128,7 +128,7 @@ function Invoke-SeClick {
128
129
function Get-SeKeys {
130
131
- [OpenQA.Selenium.Keys] | Get-Member -MemberType Property -Static | Select-Object -Property Name
+ [OpenQA.Selenium.Keys] | Get-Member -MemberType Property -Static | Select-Object -Property Name,@{N = "ObjectString"; E = {"[OpenQA.Selenium.Keys]::$($_.Name)"}}
132
}
133
134
function Send-SeKeys {
0 commit comments