Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Websites with a domain in Cyrillic do not open #712

Open
dwpoint opened this issue Sep 15, 2023 · 3 comments
Open

Websites with a domain in Cyrillic do not open #712

dwpoint opened this issue Sep 15, 2023 · 3 comments

Comments

@dwpoint
Copy link

dwpoint commented Sep 15, 2023

Hello. Here's my code:

from seleniumwire import webdriver
driver = webdriver.Chrome()
url = 'https://тест.рф'
driver.get(url)

Doesn't open any website in Cyrillic. Moreover, if I use from selenium import webdriver, then everything is fine. What am I doing wrong?

@itsOdell
Copy link

itsOdell commented Oct 9, 2023

i tried opening this site on my own browser manually, the site itself doesnt work

@dwpoint
Copy link
Author

dwpoint commented Oct 9, 2023

i tried opening this site on my own browser manually, the site itself doesnt work

Right. After all, this is just an example of a domain. Here is an example of the present: https://стр.торги-россии.рф

@Creatium
Copy link

I have a similar issue #733 but with other special characters.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants