Skip to content
This repository was archived by the owner on Sep 10, 2026. It is now read-only.
This repository was archived by the owner on Sep 10, 2026. It is now read-only.

Please update documentation #23

Description

@praveendvd

The documentation doesn't have any information about what would be the return value of the keywords. The documentation regarding setting up library itself is wrong.

This works :
Library AutoItLibrary 30 ${OUTPUTDIR}

This fails:
Library AutoItLibrary 30 ${OUTPUTDIR} ${True}

I went through the source code and it was observed that there is no parameter for output Dir in init.py

def __init__(self, TimeOut=60, CaptureScreenOnError=False) :

so the actual configuration for importing library is:

Library AutoItLibrary 30 ${True}

Also:
The documentation says the keyword works exactly as per autoIT documentations. But for autoIT each keyword gives a status code (0 if fails else the handler)

Does this library uses these outputs or we have to use the wrapper keywords like win wait active and all .

Thanks again for your time and efforts in looking into this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions