0

The data I wrote with send.key in Selenium writes very slowly, how can I speed up?

loginuser = wait.until(EC.visibility_of_element_located((By.XPATH, "/html/body/div/table/tbody/tr[2]/td/table/tbody/tr[2]/td[2]/form/input[6]")))
browser.implicitly_wait(10)
loginuser.send_keys("xxxx")
KMB_Bey
  • 3
  • 2

0 Answers0