from selenium.webdriver.common.keys import Keys
elem.send_keys(文字列)
elem.clear()
Keys.ENTER
Keys.RETURN
Keys.BACK_SPACE
Keys.DELETE
Keys.DOWN Keys.UPKeys.LEFTKeys.RIGHT