all I know now is:
driver.get_screenshot_as_file(ImgPath)
the default is the so-called full screen screenshot, but it only captures the content of the web page, not the taskbar below or the tab above. Because the screenshot I need must be based on the date and time below the taskbar, I must at least take a screenshot of the taskbar with the content.
so I would like to ask if there is any way to take a real full-screen screenshot. Thank you!