Class RelativeNavigation

java.lang.Object
io.webdevice.support.RelativeNavigation
All Implemented Interfaces:
org.openqa.selenium.WebDriver.Navigation

public class RelativeNavigation
extends java.lang.Object
implements org.openqa.selenium.WebDriver.Navigation
  • Constructor Summary

    Constructors 
    Constructor Description
    RelativeNavigation​(org.openqa.selenium.WebDriver.Navigation delegate, java.util.function.Function<java.lang.String,​java.lang.String> canonicalizer)  
  • Method Summary

    Modifier and Type Method Description
    void back()  
    void forward()  
    void refresh()  
    void to​(java.lang.String url)  
    void to​(java.net.URL url)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RelativeNavigation

      public RelativeNavigation​(org.openqa.selenium.WebDriver.Navigation delegate, java.util.function.Function<java.lang.String,​java.lang.String> canonicalizer)
  • Method Details

    • back

      public void back()
      Specified by:
      back in interface org.openqa.selenium.WebDriver.Navigation
    • forward

      public void forward()
      Specified by:
      forward in interface org.openqa.selenium.WebDriver.Navigation
    • to

      public void to​(java.lang.String url)
      Specified by:
      to in interface org.openqa.selenium.WebDriver.Navigation
    • to

      public void to​(java.net.URL url)
      Specified by:
      to in interface org.openqa.selenium.WebDriver.Navigation
    • refresh

      public void refresh()
      Specified by:
      refresh in interface org.openqa.selenium.WebDriver.Navigation