DriverUtilitiesSwitchToWindow Method |
Switch to tab using a predicate condition
Namespace: SeleniumUtilitiesAssembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void SwitchToWindow(
Expression<Func<IWebDriver, bool>> predicateExp
)
Public Shared Sub SwitchToWindow (
predicateExp As Expression(Of Func(Of IWebDriver, Boolean))
)
public:
static void SwitchToWindow(
Expression<Func<IWebDriver^, bool>^>^ predicateExp
)
static member SwitchToWindow :
predicateExp : Expression<Func<IWebDriver, bool>> -> unit
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