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 UserPromptOpened
fromJson(org.openqa.selenium.json.JsonInput input)
java.lang.String
getBrowsingContextId()
java.lang.String
getMessage()
UserPromptType
getType()
-
-
-
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()
-
-