Can someone help me figure out how to click this button? Tried using javascript using IDs on the image:
document.getElementByID("RealBtn_rValuesOKButton").click();
But it doesnt work. Also tried using Click link on the webpage but the problem is it is inside the iframe and the iframe id is changing everytime.
