Interface SupportsPrintPageSourceOnFindFailureOption<T extends BaseOptions<T>>

    • Field Detail

      • PRINT_PAGE_SOURCE_ON_FIND_FAILURE_OPTION

        static final java.lang.String PRINT_PAGE_SOURCE_ON_FIND_FAILURE_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • printPageSourceOnFindFailure

        default T printPageSourceOnFindFailure()
        Set the app to print page source when a find operation fails.
        Returns:
        self instance for chaining.
      • setPrintPageSourceOnFindFailure

        default T setPrintPageSourceOnFindFailure​(boolean bool)
        Set whether the app to print page source when a find operation fails.
        Parameters:
        bool - is whether to print page source.
        Returns:
        self instance for chaining.
      • doesPrintPageSourceOnFindFailure

        default java.util.Optional<java.lang.Boolean> doesPrintPageSourceOnFindFailure()
        Get whether the app to print page source when a find operation fails.
        Returns:
        true if app prints page source.