MarketSquare / MarketSquare/robotframework-SikuliLibrary

"java.lang.NullPointerException: null" at all Click keywords

Open
#128 1 comment 0 reactions 0 assignees View on GitHub

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:
![image](https://user-images.githubusercontent.com/53345287/82641745-87835980-9c15-11ea-8e88-f23d3f8c1b02.png)

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.