Guides

Practical, code-first walkthroughs on browser automation, test reliability, and local AI, written by the team behind LumaBrowser. No fluff; every guide ends with something working on your machine.

How to Fix Flaky Selenium Selectors

Why selectors rot on modern frontends, the locator hierarchy that survives redesigns, proper waits, and how an LLM fallback keeps suites green when class names change anyway.

Read the guide →

Browser Automation in n8n Without Per-Minute Fees

Drive a real browser from n8n's built-in HTTP Request node: open pages, extract data, fill forms, and trigger workflows from page changes, all without a metered cloud browser.

Read the guide →

How to Run an LLM Locally Without the Command Line

What actually fits in your RAM and VRAM, what GGUF quantizations mean, the trade-offs between the popular local runtimes, and the one-click path if you'd rather skip all of it.

Read the guide →

Web Scraping Sites That Keep Changing Their HTML

Three strategies for scrapers that survive redesigns: intercepting the site's own API, writing selectors that age well, and letting an LLM resolve the element when they break anyway.

Read the guide →