/SeleniumPSWrapper

PowerShell Wrapper for Selenium

Primary LanguagePowerShellMIT LicenseMIT

SeleniumPSWrapper

PowerShell Wrapper for Selenium

My attempt to make as comprehensive a PS wrapper for Selenium as I can, specifically for Firefox and Chrome browsers.

Included in this repository:

  • ChromeDriver.exe
  • Geckodriver.exe (FireFox)
  • Selenium .dll files
  • WebDriver.chm, which is complied HTML file that has all of the documentation for selenium which you may need to unblock to make it actually work
  • Helper function Get-DynamicParam.ps1
  • Expand-Nupkg funciton that will extract a .nupkg file if you want to update the selenium (as the .nupkg is how it is stored for C# and this is virtually just a bunch of POSH functions for the C# selenium classes and methods).
  • The module, PowerShellSelenium.psm1

Resources

I included some relevant links along with some of the functions which I will include here as well:

TODO