I want to embed a webpage like google.com in my Tkinter program and take actions on that webpage from the program itself. I have read the solution to a similar problem here- python tkinter with a simple web wrapper but since I don't want to embed the whole browser it wasn't helpful
PS: Using Python 3.9