adamdriscoll/selenium-powershell

Online help for functions is difficult to find/identify version.

Opened this issue · 0 comments

I was looking for help on Get-SeElement and in particular the -Timeout parameter. I found the page in the repository for the help, and it indicated that this is a float. It turns out in version 3.0.1 this is actually an integer. I ended up having to look through the history of the particular file to eventually find my way here: https://github.com/adamdriscoll/selenium-powershell/blob/2684daccad6ba654b95c917916a2c58dc5b44659/Help/Get-SeElement.md which had the information I was looking for. Would it be possible to tag the releases on GitHub so that one could browse the repository at the version release to see the correct help? Additionally having the URL available to Get-Help -Online would be beneficial too.