Package 

Interface JavaScriptExecutorFactory

    • Method Summary

      Modifier and Type Method Description
      abstract JavaScriptExecutor create()
      abstract void startSamplingProfiler() Starts the sampling profiler for this specific JavaScriptExecutor Sampling profiler is usuallya singleton on the runtime, hence the method exists here and not in JavaScriptExecutor
      abstract void stopSamplingProfiler(String filename) Stops the Sampling profile
      • Methods inherited from class java.lang.Object

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

      • startSamplingProfiler

         abstract void startSamplingProfiler()

        Starts the sampling profiler for this specific JavaScriptExecutor Sampling profiler is usuallya singleton on the runtime, hence the method exists here and not in JavaScriptExecutor

      • stopSamplingProfiler

         abstract void stopSamplingProfiler(String filename)

        Stops the Sampling profile

        Parameters:
        filename - The filename where the results of the sampling profiler are dumped to