1

How to assert if sikuli image is present or not using Karate Feature file in UI Automation? assert exists(imagepath) does not work.

Mohan Raul
  • 11
  • 1

1 Answers1

0

Karate UI has no such feature. You can see if Karate Robot works for you.

Also note that you can integrate Sikuli, but it needs some research: https://stackoverflow.com/a/56458094/143475

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248