其实python自带的uinttest就挺好的 驱动数据的话,直接用下面这样的代码就行 source = open("input_file.txt", "r")values = source.readlines() for search in values: selenium.open("/test_page") selenium.click("buttonPress")