Dimension size = WebElement.getSize();
Boolean ImagePresent;
if(size..height > 0 && size.width > 0)
{
ImagePresent = true;
}
else
{
ImagePresent = false;
}
Always getting true, this is not correct solution. Help me with right one
created
Jun '17
last reply
Jun '17
- 2
replies
- 474
views
- 2
users