Hi, I want to take screenshots of elements when being clicked while recording using the relative coordinates. For instance, while trying to record calculator, I clicked on the button '3' and got this in the generated script 'click(u"Three||Button%(-32.14,-18.67)")'. I want to take a screenshot as per these coordinates when this button is clicked. Could you please help me get through this issue?