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
There are times when a page will hide certain inputs, only showing it when another input has been completed. In this case, the displaying of the hidden element might happen too slowly, causing Monocle attempt to edit a hidden input.
To get around this, a new Wait-MonocleElementVisible function will be added. When the element is visible, it will be returned.
There are times when a page will hide certain inputs, only showing it when another input has been completed. In this case, the displaying of the hidden element might happen too slowly, causing Monocle attempt to edit a hidden input.
To get around this, a new
Wait-MonocleElementVisible
function will be added. When the element is visible, it will be returned.Furthermore,
Get-MonocleElement
will have a new-WaitVisible
switch added:The text was updated successfully, but these errors were encountered: