Skip to content

[🐛 Bug]: driver.get("https://www.ydmap.cn") but get nothing #16145

@guanshicheng-prog

Description

@guanshicheng-prog

Description

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

Image

but only showing:

Image

Any help would be appreciated!!

Reproducible Code

from selenium.webdriver import Firefox
from selenium import webdriver
driver = webdriver.Firefox()
driver.get("https://www.ydmap.cn")

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-needs-triagingA Selenium member will evaluate this soon!C-pyPython BindingsD-firefoxI-defectSomething is not working as intendedI-questionApplied to questions. Issues should be closed and send the user to community resources.OS-windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions