clickAsync()
Clicks the specified button (matched using the button text).
clickAsync(button: string): Promise<void>;
Related
class RenderedTestMessageDialog
A class that represents a rendered message dialog (for testing).
Clicks the specified button (matched using the button text).
clickAsync(button: string): Promise<void>;