wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.86k stars 240 forks source link

Websites with a domain in Cyrillic do not open #712

Open dwpoint opened 9 months ago

dwpoint commented 9 months ago

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 commented 8 months ago

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

dwpoint commented 8 months ago

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 commented 6 months ago

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