innerText of specified DOM elements. Unlike textContent, innerText is aware of styling and only returns text that is rendered on screen.
See: MDN HTMLElement.innerText
Command Type
Command Type ID: 9Parameters
ElementsLocator
Usage Examples
Get All Button Labels
Related Commands
- Get Text Contents - Raw
textContent(includes hidden text) - Get Elements - Full element representation