Class NavigationResult
- java.lang.Object
-
- org.openqa.selenium.bidi.browsingcontext.NavigationResult
-
public class NavigationResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NavigationResult(java.lang.String navigationId, java.lang.String url)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NavigationResult
fromJson(org.openqa.selenium.json.JsonInput input)
java.lang.String
getNavigationId()
java.lang.String
getUrl()
-
-
-
Method Detail
-
getNavigationId
public java.lang.String getNavigationId()
-
getUrl
public java.lang.String getUrl()
-
fromJson
public static NavigationResult fromJson(org.openqa.selenium.json.JsonInput input)
-
-