Skip to content

Commit d013c08

Browse files
committed
psd1 assemblies
1 parent 26ed965 commit d013c08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Output/Selenium/Selenium.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Description = 'Web automation using the Selenium Web Driver'
1717
ScriptsToProcess = @('SeleniumClasses.ps1')
1818
RootModule = 'Selenium.psm1'
19-
RequiredAssemblies = @('./assemblies/WebDriver.dll', './assemblies/WebDriver.Support.dll', 'System.Drawing')
19+
RequiredAssemblies = @('./assemblies/WebDriver.dll', './assemblies/WebDriver.Support.dll')
2020
FunctionsToExport = @('Clear-SeAlert', 'Clear-SeSelectValue', 'ConvertTo-SeSelenium', 'Get-SeCookie', 'Get-SeDriver', 'Get-SeDriverTimeout', 'Get-SeElement', 'Get-SeElementAttribute', 'Get-SeElementCssValue', 'Get-SeFrame', 'Get-SeHtml', 'Get-SeInput', 'Get-SeKeys', 'Get-SeSelectValue', 'Get-SeUrl', 'Get-SeWindow', 'Invoke-SeClick', 'Invoke-SeJavascript', 'Invoke-SeKeys', 'Invoke-seMouseAction', 'New-SeDriverOptions', 'New-SeDriverService', 'New-SeScreenshot', 'New-SeWindow', 'Pop-SeUrl', 'Push-SeUrl', 'Remove-SeCookie', 'Remove-SeWindow', 'Save-SeScreenshot', 'SeShouldHave', 'Set-SeCookie', 'Set-SeDriverTimeout', 'Set-SeSelectValue', 'Set-SeUrl', 'Start-SeDriver', 'Start-SeRemote', 'Stop-SeDriver', 'Switch-SeDriver', 'Switch-SeFrame', 'Switch-SeWindow', 'Update-SeDriver', 'Wait-SeDriver', 'Wait-SeElement')
2121
AliasesToExport = @()
2222
CmdletsToExport = @()

Selenium.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Description = 'Web automation using the Selenium Web Driver'
1717
ScriptsToProcess = @('SeleniumClasses.ps1')
1818
RootModule = 'Selenium.psm1'
19-
RequiredAssemblies = @('./assemblies/WebDriver.dll', './assemblies/WebDriver.Support.dll', 'System.Drawing')
19+
RequiredAssemblies = @('./assemblies/WebDriver.dll', './assemblies/WebDriver.Support.dll')
2020
FunctionsToExport = '*'
2121
AliasesToExport = @()
2222
CmdletsToExport = @()

0 commit comments

Comments
 (0)