Uses of Class
org.fluentlenium.core.action.WindowAction
-
Packages that use WindowAction Package Description org.fluentlenium.core org.fluentlenium.core.action org.fluentlenium.core.domain org.fluentlenium.core.navigation -
-
Uses of WindowAction in org.fluentlenium.core
Methods in org.fluentlenium.core that return WindowAction Modifier and Type Method Description WindowActionFluentControlImpl. window()WindowActionFluentDriver. window() -
Uses of WindowAction in org.fluentlenium.core.action
Methods in org.fluentlenium.core.action that return WindowAction Modifier and Type Method Description WindowActionWindowAction. fullscreen()FullScreen the current window.WindowActionWindowAction. maximize()Maximize the current window.WindowActionWindowAction. setPosition(org.openqa.selenium.Point position)Sets the current window position.WindowActionWindowAction. setSize(org.openqa.selenium.Dimension size)Sets the current window size.WindowActionWindowAction. switchTo(java.lang.String nameOrHandle)Switches to particular window by handle.WindowActionWindowAction. switchToLast()Switches to lastly opened window.WindowActionWindowAction. switchToLast(java.lang.String nameOrHandleToExclude)Switches to lastly opened window excluding the one provided as a parameter.Methods in org.fluentlenium.core.action that return types with arguments of type WindowAction Modifier and Type Method Description FluentTargetLocator<WindowAction>WindowAction. switchTo()Create a switch target locator. -
Uses of WindowAction in org.fluentlenium.core.domain
Methods in org.fluentlenium.core.domain that return WindowAction Modifier and Type Method Description WindowActionFluentWebElement. window() -
Uses of WindowAction in org.fluentlenium.core.navigation
Methods in org.fluentlenium.core.navigation that return WindowAction Modifier and Type Method Description WindowActionNavigationControl. window()Exposes methods on browser window
-