I want to be able to screenshot a page and send that file in an email. For example, if manually i screenshot this page using the PrtSc function on the keyboard and I go to my email text box all i have to do is CONTROL V to paste it there and send. Is there a way I was do something like this using selenium?
I can currently screenshot using this function
driver.save_screenshot('screenie.png')
However, it doesn't do what I want it to. It just screenshots and saves the file in the folder.