Interface NavigateToLocationRequest.Builder<T extends NavigateToLocationRequest.Builder<T>>

All Known Subinterfaces:
NavigateToPageRequest.Builder
Enclosing interface:
NavigateToLocationRequest

public static interface NavigateToLocationRequest.Builder<T extends NavigateToLocationRequest.Builder<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    Opens the page in a new Browser Tab when true
  • Method Details

    • openInNewBrowserTab

      T openInNewBrowserTab(Boolean openInNewTab)
      Opens the page in a new Browser Tab when true
      Parameters:
      openInNewTab - optional; defaults to open in same Tab (false)
      Returns:
      this Builder