Class UserPromptOpened
- java.lang.Object
-
- org.openqa.selenium.bidi.browsingcontext.UserPromptOpened
-
public class UserPromptOpened extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserPromptOpenedfromJson(org.openqa.selenium.json.JsonInput input)java.lang.StringgetBrowsingContextId()java.lang.StringgetMessage()UserPromptTypegetType()
-
-
-
Method Detail
-
fromJson
public static UserPromptOpened fromJson(org.openqa.selenium.json.JsonInput input)
-
getBrowsingContextId
public java.lang.String getBrowsingContextId()
-
getType
public UserPromptType getType()
-
getMessage
public java.lang.String getMessage()
-
-