测试工具

Puppeteer

确保您的数字产品符合全球标准。通过Puppeteer和代理模拟来自不同地区的真实用户行为,以进行准确的分析。

Puppeteer
Notice: Puppeteer works only with residential proxies!
  1. When you set up Puppeteer, fill in value
    proxy.froxy.com:9000
    
  2. Under ‘page.authenticate’ input your Froxy proxy login in the ‘username’ value and your password. You can find this information in your Froxy Dashboard
  3. Finally, example of your code should look like this
     const puppeteer = require('puppeteer');
     (async () => {
         const browser = await puppeteer.launch({
         headless: false,
         args: ['--proxy-server=proxy.froxy.com:9000'] });
         const page = await browser.newPage();
         await page.authenticate({
             username: 'LOGIN',
             password: 'PASSWORD'
         });
         await page.goto('https://froxy.com/api/detect-ip');
     })()
    
  4. You succesfully integrated Froxy with Puppeteer!
成功创业

开始使用Froxy进行测试与QA

Froxy提供专为模拟现实世界条件进行全面测试的代理。访问全球IP地址,确保您的应用程序和网站无缝运行。

让您的测试过程无缝进行。选择一个计划,今天就开始吧。