use “storeElementHeight” and “storeElementWidth” to measure element’s height and width in selenium
“storeElementHeight” command “storeElementHeight” command useful to measure the height of elements like button, textbox, images etc. You need to measure element’s height and width in pixel to pixel testing. Using selenium, you can measure it very easily. “storeElementHeight” command returns height of targeted element and store it into variable specified in value field. Here is … Read more