ITargetLocator Frame Method (IWebElement)WebDriver
Select a frame using its previously located IWebElement

Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

IWebDriver Frame(
	IWebElement frameElement
)

Return Value

An IWebDriver instance focused on the specified frame.
Exceptions

See Also