MarketSquare / MarketSquare/robotframework-SikuliLibrary
"java.lang.NullPointerException: null" at all Click keywords
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 163
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Am I doing something wrong?
Code:
`*** Settings ***
Library SikuliLibrary
*** Test Cases ***
User can click at app
[Tags] TAG
Click "1590052070346.png"
User can click
[Documentation] User sure do
Mouse Up LEFT
User can click at region
[Documentation] Can he?
Click Region "1590071936126.png"`
Log:

java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) Client VM (build 25.151-b12, mixed mode, sharing)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the provided Robot Framework case with SikuliLibrary on Java 1.8.0_151, using the log and the Click, Mouse Up, and Click Region examples as the scope. Trace why each keyword reaches a null pointer, then verify that the keywords no longer fail with java.lang.NullPointerException and that the shown actions still work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100