public class JavascriptDialogOpening extends Object
| Constructor and Description |
|---|
JavascriptDialogOpening() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultPrompt()
Default dialog prompt.
|
Boolean |
getHasBrowserHandler()
True iff browser is capable showing or acting on the given dialog.
|
String |
getMessage()
Message that will be displayed by the dialog.
|
DialogType |
getType()
Dialog type.
|
String |
getUrl()
Frame url.
|
void |
setDefaultPrompt(String defaultPrompt)
Default dialog prompt.
|
void |
setHasBrowserHandler(Boolean hasBrowserHandler)
True iff browser is capable showing or acting on the given dialog.
|
void |
setMessage(String message)
Message that will be displayed by the dialog.
|
void |
setType(DialogType type)
Dialog type.
|
void |
setUrl(String url)
Frame url.
|
public String getUrl()
public void setUrl(String url)
public String getMessage()
public void setMessage(String message)
public DialogType getType()
public void setType(DialogType type)
public Boolean getHasBrowserHandler()
public void setHasBrowserHandler(Boolean hasBrowserHandler)
public String getDefaultPrompt()
public void setDefaultPrompt(String defaultPrompt)
Copyright © 2020. All rights reserved.