I load a page with selenium: http://www.legorafi.fr/ Next I try to click on "Tout Accepter" button but even with the css selector it doesn't work. It is for the cookies.
I tried something like this:
driver.find_element_by_css_selector('').click()
This is the blue button with text "Tout Accepter"
How can I do ?

