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