Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

captcha not solved ! #7

Closed
whitestorm007 opened this issue Mar 21, 2024 · 11 comments
Closed

captcha not solved ! #7

whitestorm007 opened this issue Mar 21, 2024 · 11 comments

Comments

@whitestorm007
Copy link

whitestorm007 commented Mar 21, 2024

@Body-Alhoha - this used to work well before, but is now failing consistently. Wondering if you are facing the same problem too?

{
"sitekey": "0x4AAAAAAAEN8bxixfR5WnuT",
"url": "https://rewards.bing.com/redeem/checkout",
"invisible": false
}

@whitestorm007 whitestorm007 changed the title @Body-Alhoha - this used to work well before, but is now failing consistently. Wondering if you are facing the same problem too? captcha not solved ! Mar 21, 2024
@whitestorm007 whitestorm007 reopened this Mar 21, 2024
@whitestorm007 whitestorm007 reopened this Mar 21, 2024
@larry-ct
Copy link

+1

@whitestorm007
Copy link
Author

???

@minecraft8093
Copy link

same

@epicwhale
Copy link

Anyone figured any hints towards what's exactly causing the failure?

@whitestorm007
Copy link
Author

Yes , cf block all chrome drivers, and other browser , including undetacted - chrome driver , but ,natural chrome , which can be create by executable_path is working

@Body-Alhoha
Copy link
Owner

duplicate issue, see #6

@whitestorm007
Copy link
Author

Yes , cf block all chrome drivers, and other browser , including undetacted - chrome driver , but ,natural chrome , which can be create by executable_path is working

how to use normal browser in playwright? how did u did?

i use selenium-webdriver
const {Builder, By, Key, until, Capabilities} = require("selenium-webdriver");
const chrome = require("selenium-webdriver/chrome");

const loginUrl = "your url";
async function loginToOutlook(url) {
return new Promise(async (resolve, reject) => {
var chromeCapabilities = Capabilities.chrome();

var driver = await new Builder()
  .withCapabilities(chromeCapabilities)
  .forBrowser("chrome")
  .setChromeOptions(
    new chrome.Options().addArguments(
      "--proxy-server=socks5://localhost:1338"
    )
  )
  .build();

@whitestorm007
Copy link
Author

don't have python code for this , but u can try chatGpt for it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@epicwhale @larry-ct @Body-Alhoha @whitestorm007 @minecraft8093 and others