Skip to content

Request to Add Promise Support for Asynchronous Operations in driver.js #513

Description

@stealthAngel

Is it possible to add awaitable tours

sample:

this.driverInstance = driver({});

let isTour = true;
await this.driverInstance.drive();
let isTour = false;

I want this because I need to manage some states during the tour, like activating buttons etc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions