Documentation

clickAsync()

Clicks the specified button (matched using the button text).

clickAsync(button: string): Promise<void>;

Related