Git Product home page Git Product logo

Comments (11)

ultrafunkamsterdam avatar ultrafunkamsterdam commented on May 24, 2024

"You are not a bot"
Can't imagine your use case is visiting bot detection sites...

That having said.

Move to nodriver

In [1]: from nodriver import *

In [2]: browser = await start()

In [3]: tab = await browser.get('https://fingerprint.com/products/bot-detection')

In [4]: await tab.find('Accept cookies')
Out[4]: <span >Accept Cookies</span>

In [5]: await _.click()

In [6]: await tab.scroll_down()

In [7]: await tab.save_screenshot()
Out[7]: 'fingerprint.com___2024-04-05_14-23-01.jpg'

fingerprint com___2024-04-05_14-23-01

from undetected-chromedriver.

BersXx avatar BersXx commented on May 24, 2024

I am testing if the fingerprint is detecting me or not and it's still detecting me, this is my code:

from selenium import webdriver
import undetected_chromedriver as uc
import time

# Create a Chrome WebDriver instance using undetected_chromedriver
options = uc.ChromeOptions()

options.add_argument('--disable-blink-features=AutomationControlled')
options.add_argument("--disable-extensions")
options.add_argument("--disable-popup-blocking")

driver = uc.Chrome(options=options)

try:
    # Open the URL
    driver.get('https://fingerprint.com/products/bot-detection/')
    
    # Wait for 100 seconds
    time.sleep(100)
finally:
    # Close the browser
    driver.quit()

am i doing anything wrong? i am confused, and here is a new screenshot:

image

from undetected-chromedriver.

BersXx avatar BersXx commented on May 24, 2024

I tried this code as well, still the same thing, i am being detected, it was not like this before:

import undetected_chromedriver as uc
import time

def main():
    driver = uc.Chrome(headless=True, use_subprocess=False)
    driver.get('https://fingerprint.com/products/bot-detection/')
    time.sleep(10)
    driver.save_screenshot('nowsecure.png')
    
    driver.quit()

if __name__ == '__main__':
    main()

from undetected-chromedriver.

robizen avatar robizen commented on May 24, 2024

hi, i think im going detected when i use the headless = True.

when i launch my script i have got an error on ha tricky moment when the web checks if im a bot. but this moment pass well when i use headless = False.

from undetected-chromedriver.

BersXx avatar BersXx commented on May 24, 2024

I tried it, still they are detecting me

from undetected-chromedriver.

devblack avatar devblack commented on May 24, 2024

I tried it, still they are detecting me

Just overwrite the browser User Agent.

from undetected-chromedriver.

christoph-werker avatar christoph-werker commented on May 24, 2024

πŸ‘οΈ watching.

from undetected-chromedriver.

SpectreMz avatar SpectreMz commented on May 24, 2024

any news guys?

from undetected-chromedriver.

b-nnett avatar b-nnett commented on May 24, 2024

Headful instances are also prone to this, at least for me.

from undetected-chromedriver.

thuydao avatar thuydao commented on May 24, 2024

πŸ‘οΈ πŸ‘οΈ

from undetected-chromedriver.

BersXx avatar BersXx commented on May 24, 2024

Any update on this?

from undetected-chromedriver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.