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")

Iterate Through A Html Table To Get Cells Using A Typescript In Protractor-typescript Framework

I am writing e2e test using typescript in a protractor-cucumber framework. For my test, I want to c… Read more Iterate Through A Html Table To Get Cells Using A Typescript In Protractor-typescript Framework