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 1212RootModule = ' .\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'
2727CompanyName = ' 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
3333Description = ' 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+ }
You can’t perform that action at this time.
0 commit comments