I am trying to access a site that is asking to verify that it is human accessing the site the tool used by the site is cloudflare
I use the user-agent to access the sites and so far I haven't had any problems, but with the current site I'm facing this barrier and there's a detail I configured a 100 second sleep to do the recognition manually and even so the site recognizes that webdrive is a robot.
options.add_argument('--user-agent="Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 640 XL LTE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Mobile Safari/537.36 Edge/12.10166"')