getText
Get the text content from a DOM-element. Make sure the element you want to request the text from is interactable otherwise you will get an empty string as return value. If the element is disabled or not visible and you still want to receive the text content use getHTML as a workaround.
#
Usage#
Examplesindex.html
getText.js