Invoke D365SeleniumDownload - FH-Inway/d365fo.tools GitHub Wiki
Downloads the Selenium web driver files and deploys them to the specified destinations.
Invoke-D365SeleniumDownload [-RegressionSuiteAutomationTool] [-PerfSDK] [<CommonParameters>]
Downloads the Selenium web driver files and deploys them to the specified destinations.
Invoke-D365SeleniumDownload -RegressionSuiteAutomationTool -PerfSDK
This will download the Selenium zip archives and extract the files into both the Regression Suite Automation Tool folder and the PerfSDK folder.
Switch to specify if the Selenium files need to be installed in the Regression Suite Automation Tool folder.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Switch to specify if the Selenium files need to be installed in the PerfSDK folder.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Kenny Saelen (@kennysaelen)