Context object.
Element selector.
The name of the property to retrieve.
Optional
options: WaitForSelectorOptionsThe property value as a string.
const clientName = await getProperty(ctx, 'input[name="firstName"]', 'value');
Generated using TypeDoc
Returns the value of an element property.