| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.action | |
| org.fluentlenium.core.navigation |
| Modifier and Type | Method and Description |
|---|---|
WindowAction |
FluentDriver.window() |
| Modifier and Type | Method and Description |
|---|---|
WindowAction |
WindowAction.fullscreen()
FullScreen the current window.
|
WindowAction |
WindowAction.maximize()
Maximize the current window.
|
WindowAction |
WindowAction.setPosition(org.openqa.selenium.Point position)
Sets the current window position.
|
WindowAction |
WindowAction.setSize(org.openqa.selenium.Dimension size)
Sets the current window size.
|
WindowAction |
WindowAction.switchTo(java.lang.String nameOrHandle)
Switches to particular window by handle.
|
WindowAction |
WindowAction.switchToLast()
Switches to lastly opened window.
|
WindowAction |
WindowAction.switchToLast(java.lang.String nameOrHandleToExclude)
Switches to lastly opened window excluding the one provided as a parameter.
|
| Modifier and Type | Method and Description |
|---|---|
FluentTargetLocator<WindowAction> |
WindowAction.switchTo()
Create a switch target locator.
|
| Modifier and Type | Method and Description |
|---|---|
WindowAction |
NavigationControl.window()
Exposes methods on browser window
|
Copyright © 2018 FluentLenium. All Rights Reserved.