Unable to type within username field within ProtonMail signup page using Selenium and Python
- 阅读更多 关于 Unable to type within username field within ProtonMail signup page using Selenium and Python
问题 Hi I was trying to type the username field using Selenium and Python for the website https://mail.protonmail.com/create/new?language=en. From the developer tool, I am able to inspect the item using CSSSelector/Xpath or other way. But when I am running the pthon script its not working. Screenshot attached: My code is like the following: BASE_URL = 'https://mail.protonmail.com/create/new?language=en' driver = webdriver.Chrome(executable_path='./drivers/chromedriver') driver.get(BASE_URL) river