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