Is it possible to copy an entire page including images and CSS using Selenium? Traditional methods like ctrl + a
or dragging the mouse over the page do not seem to work. How can this be achieved with Selenium without requiring an element to interact with?
I want to accomplish this task in the background without opening Chrome visibly. Are there any specific libraries or tools that can help with this, regardless of programming language?
Language is not a limitation for me, as long as the task can be completed discreetly.