|
|
|
|
|
by mherrmann
562 days ago
|
|
Its use can be lighter. That is, the wrapper can be easier to use. Helium helps with maintaining automation tests as well. click("Compose") is infinitely more maintainable than document.getElementById("eIu7Db").click(). (I just took this example from Gmail's web interface.) |
|
I would much rather directly rely on Selenium's stable APIs than someone else's wrapped APIs that is opionated and could be incomplete, incorrect, outdated and potentially unmaintained someday. There are always much more resources put into Selenium than these add-ons.
If I really want, I can choose a few APIs that I actually use and wrap them within my codebase. That's more reliable than this.