我看到了很多教程,这些教程带了一份文档并将其逐行附加到python列表中。我有硒从Web对象中捕获文本并将其存储在变量working_proxies中。
反正有没有需要下载并重新打开文件的文本并将其转换为列表?
文本如下:
0.0.0.0:0000
1.11.111.1:1
222.2.12.89:10
以此类推...
if (int(percentage) == 100):
driver.find_element_by_xpath('//*[@id="e_popup"]').click()
driver.switch_to.window(driver.window_handles[1])
time.sleep(2)
working_proxies = driver.find_element_by_xpath('/html/body/pre').text
driver.close()
driver.switch_to.window(driver.window_handles[0])
break
else:
time.sleep(5)