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
publicclassSomePage:Page<_>{protectedoverridevoidOnInit(){base.OnInit();IWebElementiframe=Driver.Get(By.XPath(".//iframe[@id='some-id']"));Driver.SwitchTo().Frame(iframe);}protectedoverridevoidCleanUp(){base.CleanUp();// Exception can be occurred during AtataContext clean-up.Driver.SwitchTo().DefaultContent();}}
The text was updated successfully, but these errors were encountered:
Fix the following case of
CleanUp
method:The text was updated successfully, but these errors were encountered: