Comment 7 for bug 1201280

Revision history for this message
Greg (greg-boz) wrote :

That solved my problem, but created another.

onAppear does not seem to refresh getLastMatch(), and there seems to be no way to pass the image that triggered onAppear to my handler. So the hander is triggered, but has no idea where to click in order to process operations.

Is there a workaround for this?

The documentation talks about explicit operations like find() and implicit operations like click() setting getLastMatch(), but onAppear() does not seem to do this.

I can't imagine this is by design, is this a documented bug, or am I missing a key concept?

Thanks for your help.