const browser = require('../browser'); module.exports = async () => { await browser.start(); const url = await browser.goBack(); return { success: true, action: 'go_back', url }; };