What is the equivalent of beautifulsoup4
method?
#85
-
Hi, So i have this soup.find("span", string="Given name:").nextSibling What would be |
Beta Was this translation helpful? Give feedback.
Answered by
baseplate-admin
Apr 19, 2023
Replies: 1 comment
-
Found the answer to this
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
baseplate-admin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the answer to this
node.select("span").text_contains("Given Name:").matches[0].next.text()