CMTaylor / robotframework-autoitlibrary

This library is now abandoned. For Windows GUI testing with RF please consider: https://github.com/Omenia/robotframework-whitelibrary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No keyword found error

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Added one of 9 following keywords and Run RIDE -> it is OK
- Get Active Window Image
- Get autoitversion
- Get screen Image
- Get version
- Run
- Wait for active Window
- Win wait
- Win wait active
- Win wait close
2. Added one keyword that require an method such as "Control Click", "Mouse 
Move" etc... and Run RIDE -> the error shows "No keyword with name 'Control 
Click' found"

Question: Can you please help me to show the way to use AutoIT Keywords such as 
"Control Click", "Mouse Move" etc... ?

I attached my Directory, the test case is FAILED is "Teledata/Login/test"

Thanks,
Kim




Original issue reported on code.google.com by kimlam8...@gmail.com on 28 Dec 2011 at 9:14

Attachments:

Can anyone help me please?

Original comment by kimlam8...@gmail.com on 29 Dec 2011 at 3:38

After installation, the AutoItLibrary keywords are documented in file
C:\RobotFramework\Extensions\AutoItLibrary\AutoItLibrary.html
If you have this file, then the URL to the Control Click documentation is here:
file:///C:/RobotFramework/Extensions/AutoItLibrary/AutoItLibrary.html#Control%20
Click
I don't have time at present to review your test case and debug it for you, but 
please check how you're importing the library and make sure it is correctly 
imported.  If you still haven't solved it by next week when I'm back at work I 
may be able to take a look.

Original comment by c.martin...@gmail.com on 29 Dec 2011 at 5:25

[deleted comment]
Ooops, yes. you're right.
There were a problem when I import the lib on my real machine
I've tried on VM and see all keywords are imported successfully.
I will investigate more to know why my RM get the problem
Closed as NotAnIssue
Thank you so much!

Original comment by kimlam8...@gmail.com on 4 Jan 2012 at 10:10