Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

beautifulsoup find by text

soup.find_all("a", string="Elsie")
# [<a href="http://example.com/elsie" class="sister" id="link1">Elsie</a>]
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #beautifulsoup #find #text
ADD COMMENT
Topic
Name
3+1 =