Activity
Mon
Wed
Fri
Sun
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
What is this?
Less
More

Memberships

Viral Secrets: Monetization

Private • 57 • $37/m

Wifi Life

Public • 178 • Free

5 contributions to Wifi Life
How to find a client that will pay me for my Iphone 16 Pro max agency bot?
Hi everyone. I've created the $2000 Iphone 16 Pro Max agency bot. Now I want to sell it to a client, but I don't know how to find a client to sell it.
1
0
I need help
Hi, I've created the agency bot for Iphone 16 Pro Max, but when the bot comes to the final page where it must click "Place Order" button, it doesn't click. Here's the code ` const puppeteer = require('puppeteer-extra'); const { executablePath } = require('puppeteer'); const StealthPlugin = require('puppeteer-extra-plugin-stealth'); puppeteer.use(StealthPlugin()); const locateChrome = require('chrome-location'); let url_16 = "https://www.apple.com/shop/buy-iphone/iphone-16-pro" async function givePage() { const browser = await puppeteer.launch({headless: false, executablePath: locateChrome}) let page = await browser.newPage(); return page } async function run() { let page = await givePage(); await page.goto(url_16); await add_to_cart(page); await shipping(page); await payment(page); } async function add_to_cart(page) { await smart_click_with_pause(page, "input[data-autom='dimensionScreensize6_3inch']", 0) await smart_click_with_pause(page, "input[value='deserttitanium']", 0) await smart_click_with_pause(page, "input[data-autom='dimensionCapacity256gb']", 500) await smart_click_with_pause(page, "[id='noTradeIn_label']", 1500) await smart_click_with_pause(page, "[data-autom='purchaseGroupOptionfullprice_price']", 1000) await smart_click_with_pause(page, ".form-selector-title.rf-bfe-dimension-simfree", 1500) await smart_click_with_pause(page, "[id='applecareplus_59_noapplecare_label']", 500) await smart_click_with_pause(page, "[data-autom='add-to-cart']", 0) } async function shipping(page) { await smart_click_with_pause(page, "button[name='proceed']", 0) await smart_click_with_pause(page, "[id='shoppingCart.actions.navCheckoutOtherPayments']", 1000) await smart_click_with_pause(page, "[id='signIn.guestLogin.guestLogin']", 0) await smart_click_with_pause(page, "[id='rs-checkout-continue-button-bottom']", 500) // Writing necessary information in input(first input only with waitForSelector)
1
5
New comment 8d ago
1 like • 14d
Please, check this code in your device to see why it's not working. If there's any issue let me know.
0 likes • 8d
It worked! Thanks!
I got an error
Hi, I'm working on "Agency Bot for Iphone 16 Pro Max" project where the agency bot is sold for $2000. I wrote the code for selecting the necessary elements, but I'm getting error ` Waiting for selector `[data-autom='add-to-cart']` failed: Waiting failed: 30000ms exceeded. Here is the code ` const puppeteer = require('puppeteer-extra'); const { executablePath } = require('puppeteer'); const StealthPlugin = require('puppeteer-extra-plugin-stealth'); puppeteer.use(StealthPlugin()); const locateChrome = require('chrome-location'); let url_16 = "https://www.apple.com/shop/buy-iphone/iphone-16-pro" async function givePage() { const browser = await puppeteer.launch({headless: false, executablePath: locateChrome}) let page = await browser.newPage(); return page } async function run() { let page = await givePage() await page.goto(url_16) await add_to_cart(page) await shipping(page) } async function add_to_cart(page) { smart_click_with_pause(page, "input[data-autom='dimensionScreensize6_3inch']", 0) smart_click_with_pause(page, "input[value='deserttitanium']", 0) smart_click_with_pause(page, "input[data-autom='dimensionCapacity256gb']", 0) smart_click_with_pause(page, "[id='noTradeIn_label']", 0) smart_click_with_pause(page, "[data-autom='purchaseGroupOptionfullprice_price']", 0) smart_click_with_pause(page, ".form-selector-title.rf-bfe-dimension-simfree", 0) smart_click_with_pause(page, "[id='applecareplus_59_noapplecare_label']", 0) smart_click_with_pause(page, "[data-autom='add-to-cart']", 0) } async function smart_click_with_pause(page, selector, pause) { await page.waitForSelector(selector) await page.evaluate((s) => document.querySelector(s).click(), selector) await new Promise(r => setTimeout(r, pause)) } run()
2
2
New comment 21d ago
I got an error
0 likes • 21d
Ok, thanks
I got an error that puppeteer.use is not a function
Hi everyone! I was writing a code for agency bot. It's from "Build $2000 project live" video, but when I start to run the code I get "TypError: puppeteer.use is not a function" error. How to fix this issue?
2
4
New comment 23d ago
I got an error that puppeteer.use is not a function
0 likes • 23d
Here is the code ` const puppeteer = require('puppeteer'); const { executablePath } = require('puppeteer'); const StealthPlugin = require('puppeteer-extra-plugin-stealth'); puppeteer.use(StealthPlugin()); const locateChrome = require('chrome-location'); let url_16 = "https://www.apple.com/shop/buy-iphone/iphone-16-pro" async function givePage() { const browser = await puppeteer.launch({headless: false, executablePath: locateChrome}) let page = await browser.newPage(); return page } async function run() { let page = await givePage() await page.goto(url_16) await add_to_cart(page) } async function add_to_cart(page) { let selector = "input[data-autom='dimensionScreensize6_3inch']" await page.waitForSelector(selector) await page.evaluate(() => document.querySelector("input[data-autom='dimensionScreensize6_3inch']").click()) } run()
2 likes • 23d
It worked! Thanks.
Hi everyone, I've just joined the group
Hi, my name is Gevorg. I joined this group because I want to get the agent code.
4
4
New comment 28d ago
Hi everyone, I've just joined the group
1-5 of 5
Gevorg Hovhannisyan
2
12points to level up
@gevorg-hovhannisyan-2314
Patient man.

Active 5d ago
Joined Oct 5, 2024
powered by