Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

baeutifulsoup find element with text

elem = "a"
soup.find_all(elem, string="Text") # Find all elems(a) with text "Text"
 
PREVIOUS NEXT
Tagged: #baeutifulsoup #find #element #text
ADD COMMENT
Topic
Name
5+3 =