This contains the Selenium module. It is updated from the PowerShell gallery releases, and there are not currently plans to run a prerelease stream.
The Selenium PowerShell module allows you to automate browser interaction using the Selenium API. You can navigate to pages, find elements, click buttons, enter text and even take screenshots.
We get used to setting up the test environment manually (System.setProperty) or, for instance, via webdrivermanager. All manual methods are looking for the driver in .cache (by default) or directly in ...