Skip to content

Commit 4fa20ad

Browse files
authored
Update Selenium.psd1
1 parent b1e226e commit 4fa20ad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Selenium.psd1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '.\Selenium.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.1'
15+
ModuleVersion = '1.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -27,7 +27,7 @@ Author = 'Adam Driscoll'
2727
CompanyName = 'Unknown'
2828

2929
# Copyright statement for this module
30-
Copyright = '(c) 2018 Adam Driscoll. All rights reserved.'
30+
Copyright = '(c) 2019 Adam Driscoll. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
3333
Description = 'Web automation using the Selenium Web Driver'
@@ -83,6 +83,7 @@ FunctionsToExport = @(
8383
"Set-SeCookie",
8484
"Start-SeChrome",
8585
"Start-SeFirefox",
86+
"Start-SeIe"
8687
"Stop-SeDriver",
8788
"Wait-SeElementExists"
8889
)
@@ -135,4 +136,4 @@ PrivateData = @{
135136
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
136137
# DefaultCommandPrefix = ''
137138

138-
}
139+
}

0 commit comments

Comments
 (0)