Interface CanRememberExtensionPresence

    • Method Detail

      • assertExtensionExists

        ExecutesMethod assertExtensionExists​(java.lang.String extName)
        Verifies if the given extension is not present in the list of absent extensions for the given driver instance. This API is designed for private usage.
        Parameters:
        extName - extension name.
        Returns:
        self instance for chaining.
        Throws:
        org.openqa.selenium.UnsupportedCommandException - if the extension is listed in the list of absents.
      • markExtensionAbsence

        ExecutesMethod markExtensionAbsence​(java.lang.String extName)
        Marks the given extension as absent for the given driver instance. This API is designed for private usage.
        Parameters:
        extName - extension name.
        Returns:
        self instance for chaining.