kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

Missing hasClass() method in AbstractWebElement #33

Closed kgress closed 4 years ago

kgress commented 4 years ago

Bug

AbstractWebElement is missing a hasClass() function to check the html class for the element.

Expected

It should have a hasClass() method.

kgress commented 4 years ago

in addition, can add an isActive() method