Class BosUtils


  • public final class BosUtils
    extends java.lang.Object
    Utility class for BOS
    Author:
    Frank Münster
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkSelenium()
      Check if the Selenium plugin is installed.
      • Methods inherited from class java.lang.Object

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

      • checkSelenium

        public static void checkSelenium()
                                  throws WebSiteException
        Check if the Selenium plugin is installed. If not it throw a WebException
        Throws:
        WebSiteException