Selenium app redirect to Cloudflare page when hosted on Heroku
问题 I have made a discord bot that uses selenium to access a website and get information, when I run my code locally I don't have any problem but when I deploy to Heroku the first URL I get redirects me to the page Attention Required! | Cloudflare . I have tried: Selenium webdriver: Modifying navigator.webdriver flag to prevent selenium detection And many other with the same settings which I use: options = Options() options.binary_location = os.environ.get("GOOGLE_CHROME_BIN") options.add