Class LoggingNavigation
java.lang.Object
com.zingtongroup.loggingseleniumwebdriver.loggingseleniumcomponents.LoggingNavigation
- All Implemented Interfaces:
LoggingSeleniumComponent,org.openqa.selenium.WebDriver.Navigation
public class LoggingNavigation extends java.lang.Object implements org.openqa.selenium.WebDriver.Navigation, LoggingSeleniumComponent
-
Field Summary
Fields Modifier and Type Field Description LoggerListloggerListorg.openqa.selenium.WebDriver.Navigationnavigation -
Constructor Summary
Constructors Constructor Description LoggingNavigation(org.openqa.selenium.WebDriver.Navigation navigation, LoggerList loggerList) -
Method Summary
Modifier and Type Method Description voidback()voidforward()voidlog(java.lang.String logMessage)voidpauseLogging()voidrefresh()voidresumeLogging()voidto(java.lang.String url)voidto(java.net.URL url)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
loggerList
-
-
Constructor Details
-
Method Details
-
pauseLogging
public void pauseLogging()- Specified by:
pauseLoggingin interfaceLoggingSeleniumComponent
-
resumeLogging
public void resumeLogging()- Specified by:
resumeLoggingin interfaceLoggingSeleniumComponent
-
log
public void log(java.lang.String logMessage)- Specified by:
login interfaceLoggingSeleniumComponent
-
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(java.lang.String url)- Specified by:
toin interfaceorg.openqa.selenium.WebDriver.Navigation
-
to
public void to(java.net.URL url)- Specified by:
toin interfaceorg.openqa.selenium.WebDriver.Navigation
-
refresh
public void refresh()- Specified by:
refreshin interfaceorg.openqa.selenium.WebDriver.Navigation
-