Waits for text to appear in element.
Context object.
Text to wait for.
Optional
Element in which to wait for text.
Wait options.
const xlabel = waitForText(ctx, '*', element); Copy
const xlabel = waitForText(ctx, '*', element);
const xlabel = waitForText(ctx, '*', element, {hidden:true, timeout:200}); Copy
const xlabel = waitForText(ctx, '*', element, {hidden:true, timeout:200});
Waits for text to appear in element.