How can I copy text from somewhere in the website? I have line with only text and i I don't know how to copy it by using xpath and paste it later in other xpath command.(I know how to find it)I want to get email from 10 minutes email and paste it later in something else. Below is the code I have tried so far.
driver.get("10minutemail.pl/")
email_elem = driver.find_element_by_xpath("/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/form[1]/div[1]/input[1]"