Skip to content Skip to sidebar Skip to footer
Showing posts with the label Protractor

GetSize().height Vs GetAttribute("clientHeight") Vs GetCssValue("height")

Here are the 3 different ways to get element's size in Protractor: elm.getSize().height; elm.g… Read more GetSize().height Vs GetAttribute("clientHeight") Vs GetCssValue("height")