File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
RootModule = ' .\Selenium.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 1.1 '
15
+ ModuleVersion = ' 1.2 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -27,7 +27,7 @@ Author = 'Adam Driscoll'
27
27
CompanyName = ' Unknown'
28
28
29
29
# Copyright statement for this module
30
- Copyright = ' (c) 2018 Adam Driscoll. All rights reserved.'
30
+ Copyright = ' (c) 2019 Adam Driscoll. All rights reserved.'
31
31
32
32
# Description of the functionality provided by this module
33
33
Description = ' Web automation using the Selenium Web Driver'
@@ -83,6 +83,7 @@ FunctionsToExport = @(
83
83
" Set-SeCookie" ,
84
84
" Start-SeChrome" ,
85
85
" Start-SeFirefox" ,
86
+ " Start-SeIe"
86
87
" Stop-SeDriver" ,
87
88
" Wait-SeElementExists"
88
89
)
@@ -135,4 +136,4 @@ PrivateData = @{
135
136
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
136
137
# DefaultCommandPrefix = ''
137
138
138
- }
139
+ }
You can’t perform that action at this time.
0 commit comments