For new click properties in 4.0, are the x/y coordinates relative from the upper left corner of the target? Or from the center?
How do I get the dimensions of the target? I tried describe and I get the following, but I'm not sure what they mean.
offsetHeight: 24
offsetWidth: 99
offsetLeft: 152
offsetTop: 136
Are offsetLeft and offsetTop screen coordinates? Or relative from the browser?
offsetHeight and offsetWidth are height and width?
Thanks,
Chris