Class Page.GetAppIdResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.page.Page.GetAppIdResponse
-
- Enclosing class:
- Page
public static class Page.GetAppIdResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetAppIdResponse(java.util.Optional<java.lang.String> appId, java.util.Optional<java.lang.String> recommendedId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getAppId()
App id, either from manifest's id attribute or computed from start_urljava.util.Optional<java.lang.String>
getRecommendedId()
Recommendation for manifest's id attribute to match current id computed from start_url
-
-
-
Method Detail
-
getAppId
public java.util.Optional<java.lang.String> getAppId()
App id, either from manifest's id attribute or computed from start_url
-
getRecommendedId
public java.util.Optional<java.lang.String> getRecommendedId()
Recommendation for manifest's id attribute to match current id computed from start_url
-
-