G
Go Ma
I am newbie to Ruby so pl pardon my ignorance.
I have an image in a web page which has the following code:
<img style = "cursor: hand",
onclick="javascript:fnC20WebCtrlOpenCtrlChangeProjectWindow(this,event,3,0,'1022','');
Can someone please suggest how to click this image (basically, invoke
the javascript) using Ruby?? Tried searching the net but hadn't had much
luck.
I have an image in a web page which has the following code:
<img style = "cursor: hand",
onclick="javascript:fnC20WebCtrlOpenCtrlChangeProjectWindow(this,event,3,0,'1022','');
Can someone please suggest how to click this image (basically, invoke
the javascript) using Ruby?? Tried searching the net but hadn't had much
luck.