applitools / eyes.selenium.python

Applitools Eyes SDK for Selenium Python WebDriver
Apache License 2.0
10 stars 9 forks source link

Bounds is defined for Eyes Web Element but is never used. #26

Closed isaulv closed 5 years ago

isaulv commented 5 years ago

The bounds method is defined: https://github.com/applitools/eyes.selenium.python/blob/master/applitools/selenium/webelement.py#L108

However it is not used anywhere in the latest codebase.