driver.get("https://www.google.com") works well But run the following code driver = webdriver.Firefox() driver.get("https://www.ydmap.cn")
I should get
but only showing:
Any help would be appreciated!!