feat: MCP Browser v3.0 - 42 tools with stealth mode, multi-tab, PDF, cookies, storage, network logs, device emulation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const browser = require('../browser');
|
||||
|
||||
module.exports = async ({ key, selector = null }) => {
|
||||
if (!key) throw new Error('Key é obrigatória');
|
||||
await browser.start();
|
||||
await browser.pressKey(key, { selector });
|
||||
return { success: true, action: 'press_key', key, selector };
|
||||
};
|
||||
Reference in New Issue
Block a user