public final class WiseUnwrapper extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.WebDriver |
unwrapWebDriver(Object page)
Unwraps the WebDriver of a page.
|
static org.openqa.selenium.WebElement |
unwrapWebElement(Object element)
Unwraps the WebElement of an Element.
|
public static org.openqa.selenium.WebDriver unwrapWebDriver(Object page)
page - The page.public static org.openqa.selenium.WebElement unwrapWebElement(Object element)
element - The element.Copyright © 2013. All Rights Reserved.