UNPKG

webdriverio-workflo

Version:

This is a customized version of webdriverio for use with workflo framework.

16 lines (14 loc) 288 B
/** * * Refresh the current page. * * @see https://w3c.github.io/webdriver/webdriver-spec.html#refresh * @type protocol * */ export default function refresh () { return this.requestHandler.create({ path: '/session/:sessionId/refresh', method: 'POST' }) }