Skip to content

Commit 69738cd

Browse files
authored
Update Send-SeKeys.ps1 (#106)
* Update Send-SeKeys.ps1 * Update ChangeLog.md #67
1 parent 85509a9 commit 69738cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Converted monolythic module into a scaffolded module through a Plaster template. Module will now have a debug version and a compiled version that need to be built with Invoke-Build. See the Debug folder for additional informations on how to debug.
1313

1414
- Open-SeUrl removed in favor of Set-SeUrl
15+
- Send-SeKeys won't return an exception if you send $null or empty strings.
1516

1617
# 3.0.0 - 3/31/2020
1718

Public/Send-SeKeys.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ function Send-SeKeys {
33
[Parameter(Mandatory = $true, Position = 0, ValueFromPipeline = $true)]
44
[OpenQA.Selenium.IWebElement]$Element,
55
[Parameter(Mandatory = $true, Position = 1)]
6+
[AllowEmptyString()]
67
[string]$Keys,
78
[Parameter()]
89
[Alias('PT')]

0 commit comments

Comments
 (0)