Monocle
Monocle copied to clipboard
PowerShell Web Automation module, made to make automating websites easier
Hi @Badgerati Does this support the up-to-date chrome/edge driver? Thanks Eric Xin
Add the feature to take a screenshot of an element using Invoke-MonocoleScreenshot. It seems like in Selenium it would be something like: ``` #Screenshot of an element elem = driver.find_element_by_class_name("btn-group")...
I know Monocle is already on powershellgallery.com, but it's been a while since there's been a new version. If necessary, powershellgallery.com does support pre-release versions. There's been a good chunk...
Is there a way to just use the engine somehow to take a screenshot of a website and not opening up the browser itself when using Invoke-MonocleScreenshot?
Similar to the likes of Pode, maybe look at also doing proper documentation using mkdocs.
With there now being more than a handful of functions in Monocle, it's time to add summary comments to the public ones for Description, Parameters, and simple Examples.