Comment 3 for bug 512713

Revision history for this message
Tom Yeh (doubleshow) wrote :

To use sikuli to reliably click on the right radio button, the best way is to find a larger region containing both the radio button and the text first then find within the region for the radio button. Sometimes using only the region surrounding the radio buttons does not work because it contains too little distinctive features (all radio buttons look the same).

Attached is the piece of code that can help you click on the right radio button (code1.png).

In the future release of Sikuli, we will consider adding built-in radio button support.

But for now, you can feel free to build your own click_button function (code2.png).

Hope this helps!!

Tom