Uses of Class
io.fluentlenium.core.action.WindowAction
Packages that use WindowAction
Package
Description
-
Uses of WindowAction in io.fluentlenium.core
Methods in io.fluentlenium.core that return WindowActionModifier and TypeMethodDescriptiondefault WindowAction
FluentControl.window()
FluentDriver.window()
-
Uses of WindowAction in io.fluentlenium.core.action
Methods in io.fluentlenium.core.action that return WindowActionModifier and TypeMethodDescriptionWindowAction.fullscreen()
FullScreen the current window.WindowAction.maximize()
Maximize the current window.WindowAction.setPosition
(org.openqa.selenium.Point position) Sets the current window position.WindowAction.setSize
(org.openqa.selenium.Dimension size) Sets the current window size.Switches to particular window by handle.WindowAction.switchToLast()
Switches to lastly opened window.WindowAction.switchToLast
(String nameOrHandleToExclude) Switches to lastly opened window excluding the one provided as a parameter.Methods in io.fluentlenium.core.action that return types with arguments of type WindowAction -
Uses of WindowAction in io.fluentlenium.core.domain
Methods in io.fluentlenium.core.domain that return WindowAction