xpath check if a value find with contains() is in a list of 200 values

后端 未结 0 509
甜味超标
甜味超标 2021-01-07 21:16

Following this code:

values = [str(y)+" ms" for y in range(1,201)]

for i in driver.find_elements_by_xpath("//*[@id=\'proxy_list\']/tbody/tr[td         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题