【发布时间】:2021-05-19 14:17:54
【问题描述】:
driver = webdriver.Chrome()
driver.get("https://discord.com/register")
driver.find_element_by_xpath("//input[@class='inputDefault-_djjkz input-cIJ7To' and @type='email']").send_keys(mail)
driver.find_element_by_xpath("//input[@class='inputDefault-_djjkz input-cIJ7To' and @type='text']").send_keys(name)
driver.find_element_by_xpath("//input[@class='inputDefault-_djjkz input-cIJ7To' and @type='password']").send_keys(name)
我有问题。
我做 autogenerator acounts discord.mail,password,name 的工作。但是对于 date 我有问题,因为他们没有输入。请帮帮我
【问题讨论】:
标签: python python-3.x selenium selenium-webdriver python-3.6