Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
org.htmlunit.javascript.background |
Classes relating to background JavaScript execution, which is usually triggered via
setTimeout() or setInterval() . |
Modifier and Type | Method and Description |
---|---|
JavaScriptJobManager |
WebWindowImpl.getJobManager()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
JavaScriptJobManager |
WebWindow.getJobManager()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Method and Description |
---|---|
void |
WebWindowImpl.setJobManager(JavaScriptJobManager jobManager)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Method and Description |
---|---|
JavaScriptJobManager |
BackgroundJavaScriptFactory.createJavaScriptJobManager(WebWindow webWindow)
Creates a new JavaScriptJobManager for the given window.
|
protected JavaScriptJobManager |
DefaultJavaScriptExecutor.getJobManagerWithEarliestJob()
Returns the JobExecutor corresponding to the earliest job.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.