Interface HasBrowserCheck

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default boolean isBrowser()
      Validates if the driver is currently in a web browser context.
      • Methods inherited from interface org.openqa.selenium.HasCapabilities

        getCapabilities
    • Method Detail

      • isBrowser

        default boolean isBrowser()
        Validates if the driver is currently in a web browser context.
        Returns:
        true or false.