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)
I have problem.
I do autogenerator acounts discord.mail,password,name work. But with date I have problems because they don't have input. Help me please