Package io.webdevice.support
Class RelativeNavigation
- java.lang.Object
-
- io.webdevice.support.RelativeNavigation
-
- All Implemented Interfaces:
org.openqa.selenium.WebDriver.Navigation
public class RelativeNavigation extends Object implements org.openqa.selenium.WebDriver.Navigation
-
-
Constructor Summary
Constructors Constructor Description RelativeNavigation(org.openqa.selenium.WebDriver.Navigation delegate, Function<String,String> canonicalizer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidback()voidforward()voidrefresh()voidto(String url)voidto(URL url)
-
-
-
Method Detail
-
back
public void back()
- Specified by:
backin interfaceorg.openqa.selenium.WebDriver.Navigation
-
forward
public void forward()
- Specified by:
forwardin interfaceorg.openqa.selenium.WebDriver.Navigation
-
to
public void to(String url)
- Specified by:
toin interfaceorg.openqa.selenium.WebDriver.Navigation
-
to
public void to(URL url)
- Specified by:
toin interfaceorg.openqa.selenium.WebDriver.Navigation
-
refresh
public void refresh()
- Specified by:
refreshin interfaceorg.openqa.selenium.WebDriver.Navigation
-
-