Class RelativeNavigation

  • All Implemented Interfaces:
    org.openqa.selenium.WebDriver.Navigation

    public class RelativeNavigation
    extends Object
    implements org.openqa.selenium.WebDriver.Navigation
    • Constructor Detail

      • RelativeNavigation

        public RelativeNavigation​(org.openqa.selenium.WebDriver.Navigation delegate,
                                  Function<String,​String> canonicalizer)
    • Method Detail

      • 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​(String url)
        Specified by:
        to in interface org.openqa.selenium.WebDriver.Navigation
      • to

        public void to​(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