Need to verify image is uploaded successfully | Selenium Forum
M
Posted on 06/12/2015
Hello All,

In my application I have to upload image from folder and then need to verify whether image is uploaded successfully or not.

For this I am using xpath with image extension, but my concern area is whether image is displaying properly in size and pixel.

Do anyone have idea? :idea: How can I verify the resolution of image which I have uploaded from folder and once it get uploaded in application having same pixel.... ;)

Regards,
Vaibhav Kate

M
Replied on 07/12/2015

You will have to use java imaging api in this
THis cant be done with selenium


M
Replied on 07/12/2015

Ahh.... Thanks Ashish....

Here m using selenium with Python... but your advice will bring solution to my problem...

Will try n resolve it....

Thanks again
Vaibhav Kate