I'm using: driver.get_screenshot_as_file("myscreenshot.png")
, but I only get a screenshot inside the browser. I would like to take a screenshot of the full window (showing the Windows 10 taskbar, this is because I need the time to be displayed)
Thanks in advance for your help.