All Downloads are FREE. Search and download functionalities are using the official Maven repository.

info.novatec.testit.webtester.pagefragments.IFrame Maven / Gradle / Ivy

package info.novatec.testit.webtester.pagefragments;

import java.util.Optional;

import info.novatec.testit.webtester.pagefragments.annotations.Attribute;
import info.novatec.testit.webtester.pagefragments.annotations.Mapping;


@Mapping(tag = "iframe")
public interface IFrame extends PageFragment {

    /**
     * Returns the src attribute's value as an optional string.
     *
     * @return the optional value of the src attribute
     * @see Attribute
     * @see Optional
     * @since 2.0
     */
    @Attribute("src")
    Optional getSourcePath();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy