getAttribute
Get an attribute value from an element.Deprecated: Use locator.getAttribute() instead.
Return value
textContent
Get the text content of an element.Deprecated: Use locator.textContent() instead.
Return value
innerText
Get the inner text of an element.Deprecated: Use locator.innerText() instead.
Return value
innerHTML
Get the inner HTML of an element.Deprecated: Use locator.innerHTML() instead.
Return value
inputValue
Get the input value of an element.Deprecated: Use locator.inputValue() instead.
Return value

