Element.get_content#

Element.get_content()[source]#

Gets the inner HTML content of the element. It is similar to getting the Element.innerHTML property in JavaScript.

Return type:

str