How to send text to the Password field within https://mail.protonmail.com registration page?
- 阅读更多 关于 How to send text to the Password field within https://mail.protonmail.com registration page?
问题 I make proton signup form but it's not typing a password It's doing all good its typing username but it's not typing a password It's typing username but it's not typing password. Code trials: '''python from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions as EC chrome_options = webdriver.ChromeOptions() chrome_options.add_argument("start-maximized") # chrome