I am trying to scrape some information from a website. When I enter it using my browser (manually), everything works well and I don't get any request to solve Google captcha. But when I enter it using selenium library, the website starts to show the captcha.
How can I hide from websites that I am using selenium?
Why the captcha appears only when I use selenium library?