Uses of Class
org.openqa.selenium.devtools.page.Page.NavigateResponse
-
Packages that use Page.NavigateResponse Package Description org.openqa.selenium.devtools.page -
-
Uses of Page.NavigateResponse in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return types with arguments of type Page.NavigateResponse Modifier and Type Method Description static Command<Page.NavigateResponse>
Page. navigate(java.lang.String url, java.util.Optional<java.lang.String> referrer, java.util.Optional<TransitionType> transitionType, java.util.Optional<FrameId> frameId, java.util.Optional<ReferrerPolicy> referrerPolicy)
Navigates current page to the given URL.
-