satorstefan

Results 8 comments of satorstefan

Hello Ignarcio, For now it seems it also works to set: System.setProperty("java.awt.headless", "false"); But I struggle to get a binary image out of my greyscale image. So far I tried:...

Hello Ignarcio, I will try your approach. What I did try so for seems to "work", but the image result.png is just the unchanged binary that I put in. ```...

@iarganda Hello Ignarcio, with your hint I could implement the algorithm. I have one last question. Is there a easy way to give each object its own color like shown...

This line causes the problem: ![image](https://github.com/mvysny/karibu-testing/assets/25597168/1044fc9a-497d-443d-889f-6d5598bd4ce1)

![image](https://github.com/mvysny/karibu-testing/assets/25597168/d35d2696-94d2-4157-94dc-171ab5a834ae)

Hello Martin, I dont think this works: ![image](https://github.com/user-attachments/assets/a5444683-25e7-4b5c-9527-3db45e106e14) The checkbox does not get selected. 24.4.7 2.1.5

Also in the documentation the java version of this call is not mentioned: Call checkboxGroup.selectByLabel("Item #1", "Item #3") to select items with given labels (since KT 1.3.15).