Package 

Class ProxyJavaScriptExecutor.Factory

    • Constructor Detail

      • ProxyJavaScriptExecutor.Factory

        ProxyJavaScriptExecutor.Factory(JavaJSExecutor.Factory javaJSExecutorFactory)
    • Method Detail

      • startSamplingProfiler

         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

         void stopSamplingProfiler(String filename)

        Stops the Sampling profile

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