UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

11 lines 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.refresh = void 0; /** * Refreshes the current browser */ async function refresh() { await browser.refresh(); } exports.refresh = refresh; //# sourceMappingURL=refresh.js.map