UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

8 lines 381 B
/*! https://github.com/webdriverio/cucumber-boilerplate/blob/master/src/support/action/openWebsite.js */ /** * Open the given URL * @param {String} type Type of navigation (url or site) * @param {String} page The URL to navigate to */ export declare function openWebsite(type: "url" | "site", page: string): Promise<void>; //# sourceMappingURL=openWebsite.d.ts.map