qitaos / robotframework-autoitlibrary

Automatically exported from code.google.com/p/robotframework-autoitlibrary
Apache License 2.0
11 stars 14 forks source link

No keyword found error #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
Can anyone help me please?

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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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