sclevine / agouti

A WebDriver client and acceptance testing library for Go
MIT License
821 stars 105 forks source link

Add Element.GetSize() #126

Closed SebastienBoisard closed 7 years ago

SebastienBoisard commented 7 years ago

Hi @sclevine,

Another function that can be useful: retrieving the width and height of an element.

Thanks for your great job.

sclevine commented 7 years ago

Thanks!