Skip to content

Create a keyword to start sikuli java process #16

@rainmanwy

Description

@rainmanwy

In current implementation, java process will be started in "init". The reason is:

  1. RF will scan library and get keyword list(name, argument, doc) when initialize library.

The problems of current implementation are:

  1. When library works with RIDE, java process could not be stopped. This is handled by "check whether robot is running", but it is not good enough.
  2. When there are multi suites, as scope of library is GLOBAL, library will only be initialized once. If suite 1 "stop remote server", suite 2 will fail.

One proposal is:

  1. Add one keyword to start java process.
  2. Keep keywords information(name, arguments, doc) in one place(python file?), these information could be stored when library is packaged

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions