Click or drag to resize
DriverUtilitiesSwitchToWindow Method
Switch to tab using a predicate condition

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SwitchToWindow(
	Expression<Func<IWebDriver, bool>> predicateExp
)

Parameters

predicateExp
Type: System.Linq.ExpressionsExpressionFuncIWebDriver, Boolean

[Missing <param name="predicateExp"/> documentation for "M:SeleniumUtilities.DriverUtilities.SwitchToWindow(System.Linq.Expressions.Expression{System.Func{OpenQA.Selenium.IWebDriver,System.Boolean}})"]

See Also