I am running a code in Python that is to open a Google Doc and type in a certain set of combinations for a set length. I have the code that allows me to go to my Google Docs and open up a new document, however when I try to find the XPATH or element to type in text into the doc itself, I keep getting an error that says:
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable
Currently, I keep trying to see if the XPATH is //*[@id="kix-appview"]/div[7]/div/div[1]/div[1]/div/div/div/div[2]/div/div[2]/div[1]/div/div/div[1]/div/div/div/div/div/span[2]/span/span
could be shorter but I don't care about how large the file size is. If anyone is able to help out or happens to know the XPATH off the top of your head, all help would be appreciated.