Html – Python selenium: Impossible to close a frame using xpath or class_name
I'm trying to close a frame on this page. What I want is to click in here: It seems to be easy, but so far the following code (which should work) has failed: import selenium.webdriver from selenium.webdriver.common.by import By from…