Hi, I need to 'double click' the web link using webtest.
I tried it using following groovy code but it is not working.
def link1 = step.context.currentResponse.getElementByName(Groovy -
Home).fireEvent("dblClick")
Can anybody suggest a solution to perform double click on web link?
Thanks...
Regards,
Amit Joshi

