标签: javascript python html windows selenium
我正在使用Selenium和Python(Chorme驱动程序)在文本框中编写内容,但是有很多文本框,我需要它来更快地填充它们。我使用
driver.find_element_by_xpath("//input[@class='string required' and @id='order_billing_name']").send_keys("test.com")
命令,但是编写10-11这些命令会花费很多时间。有没有办法加快速度?