jmeterjmeter-5.0sikuli-x

Response time with sikulixapi


Im using sikulixapi along with JMeter to automate the workflow. In the JMter log I can see the click events logged with following times in milli seconds. What is this times recorded in the logs?

    [error] Mouse: not useable (blocked)

[log] CLICK on L[1225,1049]@S(0) (538 msec)

[log] CLICK on L[1225,1049]@S(0) (123 msec)

[log] CLICK on L[1055,441]@S(0) (531 msec)

[log] CLICK on L[1210,682]@S(0) (522 msec)

[log] CLICK on L[505,593]@S(0) (523 msec)


Solution

  • The logged time is the time needed to search the image to be clicked.

    In the second case it was apparently the same image as in case 1 (same click location, shorter time because it was found in the same place as with the last search before).

    RaiMan from SikuliX