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
When elements are contained within an iframe, Get-MonocleElement fails to find the element. In order for Selenium to find these elements, we need to switch context to the iframe.
To do this a new Enter-MonocleFrame will be created, this will switch the Selenium context to the iframe, run a script, and then exit the context back to the parent frame:
When elements are contained within an
iframe
,Get-MonocleElement
fails to find the element. In order for Selenium to find these elements, we need to switch context to theiframe
.To do this a new
Enter-MonocleFrame
will be created, this will switch the Selenium context to theiframe
, run a script, and then exit the context back to the parent frame:The text was updated successfully, but these errors were encountered: