Forum Discussion
Open in one browser, store the height/width to variables. Open in new browser and do a property checkpoint for the height/width with the expected result being that variables.
Thanks for your response.
The height and Width (particular object) are dynamically getting changed while verifying across different browser.
Example: Login Button , IE 11 , Width 10, Height 15. But in Chrome Width 13, Height 17
Note: In both browser button displays correctly .
Our requirement is, How to validate the particular object (example: Login Button) displayed completely without overlapping or hiding the partial part of that object?
Login button displayed with half of the portion. since there is a variance in the height and width on each browsers we cant assert by using the height and width.