Class SeleniumVersionChecker


  • public final class SeleniumVersionChecker
    extends java.lang.Object
    Responsible for retrieving information about Selenium version from pom.xml (if present). It logs warning when wrong version is used.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkSeleniumVersion()
      Checks Selenium version during runtime.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • checkSeleniumVersion

        public static void checkSeleniumVersion()
        Checks Selenium version during runtime.