Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please update documentation #23

Open
praveendvd opened this issue Apr 6, 2020 · 0 comments
Open

Please update documentation #23

praveendvd opened this issue Apr 6, 2020 · 0 comments

Comments

@praveendvd
Copy link

praveendvd commented Apr 6, 2020

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.

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

No branches or pull requests

2 participants