protected static interface EyesTargetLocator.OnWillSwitch
| Modifier and Type | Method and Description |
|---|---|
void |
willSwitchToFrame(EyesTargetLocator.TargetType targetType,
org.openqa.selenium.WebElement targetFrame)
Will be called before switching into a frame.
|
void |
willSwitchToWindow(String nameOrHandle)
Will be called before switching into a window.
|
void willSwitchToFrame(EyesTargetLocator.TargetType targetType, org.openqa.selenium.WebElement targetFrame)
targetType - The type of frame we're about to switch into.targetFrame - The element about to be switched to,
if available. Otherwise, null.void willSwitchToWindow(String nameOrHandle)
nameOrHandle - The name/handle of the window to be switched to.Copyright © 2016. All rights reserved.