How can enter the values in text box using python.
Question
How can enter the values in text box using python.
Answer
driver.find_element(By.ID,“Value”).send_keys(“Value”)
How can enter the values in text box using python.
driver.find_element(By.ID,“Value”).send_keys(“Value”)