Ask a question to get started
Enter to sendā¢Shift+Enter new line
get_navigable_strings( element: Any, *, remove_comments: bool = False ) -> Iterator[
element
Any
remove_comments
bool
False
Get all navigable strings from a BeautifulSoup element.
A BeautifulSoup element.
If set to True, the comments will be removed.