Python Forum
any way to load page in utf-8 encoding - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: any way to load page in utf-8 encoding (/thread-20638.html)



any way to load page in utf-8 encoding - adnanahsan - Aug-23-2019

Hi, is there any way to load web page in utf-8 encoding with selenium driver.get() method ?
i am loading a webpage which is in other language than english, but when i load, i get mojibakes / garbled characters.
Let me know please.
Thanks