MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / SwitchTo

Method SwitchTo

dotnet/src/webdriver/WebDriver.cs:430–433  ·  view source on GitHub ↗

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");

()

Source from the content-addressed store, hash-verified

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.

Calls

no outgoing calls