Skip to main content
The Get Inner Texts command (Command Type: 9) retrieves the visible 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: 9

Parameters

ElementsLocator

Usage Examples

Get All Button Labels