Skip to content

Commit f3d6c61

Browse files
authored
Update residential_random.js
1 parent 33d70f1 commit f3d6c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

residential_random.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ const { chromium } = require('playwright');
3131
// Create a new page
3232
const page = await browser.newPage();
3333

34-
// This page simply returns the IP address
35-
await page.goto('https://ip.oxylabs.io/');
34+
// This page returns the IP address and other location details
35+
await page.goto('https://ip.oxylabs.io/location');
3636

3737
// Print the response from the page
3838
// This will print the IP address of the proxy

0 commit comments

Comments
 (0)