Interactor.js

Getting Started

Start using Interactor.js

First, install interactor.js using your preferred package manager.

    If you're using babel and you wish to be able to use the decorator and class property syntax, you'll also need to install the appropriate babel plugins.

    There are changes coming soon to the decorator syntax and the latest TC39 decorators proposal recommends using "legacy" decorators until those changes are ready. For more information, check out their FAQ.

        Next, start using interactors!

        If classes and decorators aren't available in your environment, or if you just don't like the page-object pattern, don't worry! Interactor.js offers the ability to define custom interactors via plain old JavaScript objects. You can even just use all of the available actions directly without defining any custom interactors at all!