Method to give you access to switch frames and windows Returns an Object that allows you to Switch Frames and Windows IWebDriver driver = new InternetExplorerDriver(); driver.SwitchTo().Frame("FrameName");
()
| 428 | /// </code> |
| 429 | /// </example> |
| 430 | public ITargetLocator SwitchTo() |
| 431 | { |
| 432 | return new TargetLocator(this); |
| 433 | } |
| 434 | |
| 435 | /// <summary> |
| 436 | /// Instructs the driver to change its settings. |
no outgoing calls