flexpect - v0.9.0
    Preparing search index...

    Defines possible horizontal alignment positions.

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

    Index

    Enumeration Members

    Enumeration Members

    Center: "center"

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

    Left: "left"

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

    Right: "right"

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