Atequer Rahman
Atequer Rahman

Reputation: 1219

Robotframework: RIDE - SikuliLibrary import error

I am working with Robotframework - SikuliLibrary for windows app testing. Everything is installed properly. From RIDE I am importing SikuliLibrary following way _

Library SikuliLibrary

enter image description here

If RIDE imports properly then its text color becomes black othertwise red. Sometimes text color is black & sometimes red. Can any one say why?

Upvotes: 0

Views: 1257

Answers (1)

Helio
Helio

Reputation: 3737

There are some troubleshoots, you should try.

  1. There is a "Import Failed Help" button on the right, below the "Variables" button.
  2. As instructed in the help, you should see Tools>View RIDE Log.
  3. You may right click over the failed to import library and "Import Library Spec XML" (This is mostly for Java libraries like Sikuli).

Upvotes: 1

Related Questions