File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ FunctionsToExport = @(
83
83
" Set-SeCookie" ,
84
84
" Start-SeChrome" ,
85
85
" Start-SeFirefox" ,
86
- " Start-SeIe "
86
+ " Start-SeInternetExplorer "
87
87
" Stop-SeDriver" ,
88
88
" Wait-SeElementExists"
89
89
)
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function Start-SeChrome {
31
31
New-Object - TypeName " OpenQA.Selenium.Chrome.ChromeDriver" - ArgumentList $Chrome_Options
32
32
}
33
33
34
- function Start-SeIe {
34
+ function Start-SeInternetExplorer {
35
35
New-Object - TypeName " OpenQA.Selenium.IE.InternetExplorerDriver"
36
36
}
37
37
@@ -86,9 +86,7 @@ function Find-SeElement {
86
86
[Parameter (ParameterSetName = " ByTagName" )]
87
87
$TagName ,
88
88
[Parameter (ParameterSetName = " ByXPath" )]
89
- $XPath ,
90
- [Parameter (ParameterSetName = " ByCss" )]
91
- $Css
89
+ $XPath
92
90
)
93
91
94
92
Original file line number Diff line number Diff line change 1
- Import-Module (Join-Path $PSScriptRoot " Selenium.psm1 " )
1
+ Import-Module (Join-Path $PSScriptRoot " Selenium.psd1 " ) - Force
2
2
3
3
Describe " Get-SeCookie" {
4
4
$Driver = Start-SeFirefox
You can’t perform that action at this time.
0 commit comments