How to “inject” a profile into a firefox running inside a python container?
I am trying to run a “webcrawler” that impersonates a profile I have in my “host” machine. This profile contains a google session that would allow me to make requests to the site. It also copies the cookies and other tokens; the program works fine in my machine. The problem is that I don’t know how to pass it to the firefox instance running inside the container.