0
votes

I'm using Robot Framework with Hi-Fi selenium-java implementation (https://github.com/Hi-Fi/robotframework-seleniumlibrary-java). But I need to use some of the keywords implemented in RF's "String" library (http://robotframework.org/robotframework/latest/libraries/String.html). Is there a way to do so in Java?

Otherwise: is there a way I can extend Hi-Fi's library and implement my own keywords?

1

1 Answers

0
votes

There are a number of standard modules that are available in Robot Framework and should be available in any implementation.

  1. BuiltIn
  2. Collections
  3. DateTime
  4. Dialogs
  5. OperatingSystem
  6. Process
  7. Remote
  8. Screenshot
  9. String
  10. Telnet
  11. XML