Table of Contents

Method SendTextIf

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SendTextIf(ref bool, string)

Same as SendText(string) but checks for the condition before sending action. This method sets condition to the result of the send action operation.

public bool SendTextIf(ref bool condition, string text)

Parameters

condition bool
text string

Returns

bool