Back to Nodes

TestMu AI (Formerly LambdaTest)

Last updated May 20, 2026

n8n community nodes for TestMu AI Browser Cloud (formerly LambdaTest). Run browser automation scripts on a real cloud browser, or give an AI Agent native browser tools — navigate, click, type, extract — over Playwright on TestMu's cloud infrastructure.

12 Weekly Downloads
268 Monthly Downloads

Included Nodes

TestMu AI (Formerly LambdaTest)
TestMu AI (Formerly LambdaTest) Agent

Description

n8n-nodes-browsercloud

n8n community nodes for TestMu AI Browser Cloud (formerly LambdaTest). Drive real cloud browsers from n8n workflows — either by running your own automation scripts, or by giving an AI Agent tools to browse the web autonomously.

What’s in the package

Two nodes:

| Node | Use it when |
|—|—|
| Browsercloud | You have a JavaScript automation script (Playwright / Puppeteer / Selenium / anything) and want to run it on a cloud browser. |
| Browsercloud Agent | You want an AI Agent (Gemini / Claude / OpenAI / etc.) to drive the browser autonomously via tool calls (navigate, click, type, …). |

Plus one credential type, Browsercloud (TestMu AI) API, shared by both.

Install

In your self-hosted n8n instance, go to Settings → Community Nodes → Install and enter:

n8n-nodes-browsercloud

Or from the command line in your n8n install directory:

npm install n8n-nodes-browsercloud

Restart n8n.

> Note: the Browsercloud Agent node uses Playwright internally. playwright-core is bundled as a dependency, so you don’t need to install it separately. The Browsercloud script-runner node lets you require() any framework — install whichever ones your scripts use (playwright, puppeteer-core, selenium-webdriver, webdriverio).

Credentials

Add a Browsercloud (TestMu AI) API credential with:

License

MIT