flexpect - v0.9.0
    Preparing search index...

    Defines possible vertical alignment positions.

    This enum is used to specify how an element should be aligned vertically relative to another element or container.

    Index

    Enumeration Members

    Enumeration Members

    Bottom: "bottom"

    The bottom edges of the target and container are equal within the tolerance.

    Center: "center"

    The vertical centers of the target and container are equal within the tolerance.

    Top: "top"

    The top edges of the target and container are equal within the tolerance.