You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 toGet-Help -Online
would be beneficial too.The text was updated successfully, but these errors were encountered: