Skip to content

Commit 5057a09

Browse files
committed
Moving examples into guides
1 parent 24cb646 commit 5057a09

13 files changed

+33
-79
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/examples/puppeteer.mdx renamed to docs/guides/examples/puppeteer.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,6 @@ export const puppeteerScrapeWithProxy = task({
164164

165165
const page = await browser.newPage();
166166

167-
// Set up BrowserBase proxy authentication
168-
await page.authenticate({
169-
username: "api",
170-
password: process.env.BROWSERBASE_API_KEY || "",
171-
});
172-
173167
try {
174168
// Navigate to the target website
175169
await page.goto("https://trigger.dev", { waitUntil: "networkidle0" });
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)