Class HtmlUnitJsExecutor


  • public class HtmlUnitJsExecutor
    extends JsExecutor
    The HtmlUnit specific JsExecutor implementation is aware of HtmlUnitDriver.isJavascriptEnabled().
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isJavascriptEnabled()
      Returns true if Javascript is enabled, otherwise false
      • Methods inherited from class java.lang.Object

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

      • HtmlUnitJsExecutor

        public HtmlUnitJsExecutor()
    • Method Detail

      • isJavascriptEnabled

        public boolean isJavascriptEnabled()
        Description copied from class: JsExecutor
        Returns true if Javascript is enabled, otherwise false
        Overrides:
        isJavascriptEnabled in class JsExecutor
        Returns:
        true if Javascript is enabled, otherwise false