2 years ago
#48849
Shamus Wood
How Can I Embed A Browser Window In Tkinter?
I originally wondered about scraping the image from a site, however, somewhat giving up on that idea I am looking to embed a browser window into a Tkinter window, Ideally, it would be able to support multiple browsers for cross-platform support.
I have looked into the usage of Selenium but I am not entirely sure if it is possible to embed the Selenium browser instance into a Tkinter window. I have found no real solutions to this online and have no prior knowledge of embedding any sort of browser into Tkinter so I am really stuck and any help would be appreciated.
python
tkinter
embed
0 Answers
Your Answer