Hi, There is any way to check dimensions (width and height) of image? Webtest can download images and check this mime type. But I want to know others parameters. I try do this by javascripts, but when I try:
var newImg=new Image() I received error: org.mozilla.javascript. EcmaError: ReferenceError: "Image" is not defined How can I check this parameter when image is in img tag in the page, and when I invoke it directly by http://www...../someimage.jpg? Thanks, Tom

