使用Selenium和python在textBox中快速编写

时间:2018-09-14 16:46:45

标签: 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这些命令会花费很多时间。有没有办法加快速度?

0 个答案:

没有答案