We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d70f1 commit f3d6c61Copy full SHA for f3d6c61
residential_random.js
@@ -31,8 +31,8 @@ const { chromium } = require('playwright');
31
// Create a new page
32
const page = await browser.newPage();
33
34
- // This page simply returns the IP address
35
- await page.goto('https://ip.oxylabs.io/');
+ // This page returns the IP address and other location details
+ await page.goto('https://ip.oxylabs.io/location');
36
37
// Print the response from the page
38
// This will print the IP address of the proxy
0 commit comments