|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jniwrapper.win32.ie.BrowserOptions
public final class BrowserOptions
The BrowserOptions class contains browser options that can be used
during configuring and initializing Browser or HeadlessBrowser
instance.
| Constructor Summary | |
|---|---|
BrowserOptions()
Creates a new BrowserOptions instance. |
|
BrowserOptions(boolean runInIsolatedProcess)
Creates a new BrowserOptions instance with entire options. |
|
| Method Summary | |
|---|---|
boolean |
isRunInIsolatedProcess()
Returns true if browser instance should be created in a separate
native process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrowserOptions()
BrowserOptions instance. Equivalent of BrowserOptions(true).
public BrowserOptions(boolean runInIsolatedProcess)
BrowserOptions instance with entire options.
runInIsolatedProcess - determines whether browser instance will be
created in a separate native process or
single process model will be used.| Method Detail |
|---|
public boolean isRunInIsolatedProcess()
true if browser instance should be created in a separate
native process.
true if browser instance should be created in a separate
native process.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||