Uses of Class
org.openqa.selenium.devtools.v125.page.Page.NavigateResponse
Packages that use Page.NavigateResponse
- 
Uses of Page.NavigateResponse in org.openqa.selenium.devtools.v125.page
Methods in org.openqa.selenium.devtools.v125.page that return types with arguments of type Page.NavigateResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Page.NavigateResponse>Page.navigate(String url, Optional<String> referrer, Optional<TransitionType> transitionType, Optional<FrameId> frameId, Optional<ReferrerPolicy> referrerPolicy) Navigates current page to the given URL.