Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 122 Bytes

find-element-that-has-particular-text-in-scrapy.md

File metadata and controls

3 lines (2 loc) · 122 Bytes

Find element that has particular text in Scrapy

response.xpath("//*[contains(text(), 'txt goes here')]").getall()