How can a wrapper around selenium be lighter than it?<p>A wrapper around an API is by definition heavier (more code, more functions) than using the lower level api.<p>It’s not using less resources.<p>It’s not faster (it has implicit waiting).<p>It’s not less code; it’s literally a superset of selenium?<p>Feels like a “selenium framework” is more accurate than light weight web automation?<p>Anyway, there’s no fixing automation tests with fancy APIs.<p>No matter what you try to do, if people are only interested in writing quick dirty scripts, you’re doomed to a pile of stupid spaghetti no matter what system or framework you have.<p>If you want sustainable automation, you have to do Real Software Engineering and write actual composable modules; and you can do that in anything, even raw selenium.<p>So… I’d be more interested if this was pitched as “composable lego for building automation” …<p>…but, personally, as it stands all I can really see is “makes easy things easier with sensible defaults”.<p>That’s nice for getting started; but getting started is not the problem with automation tests.<p>It’s maintaining them.