Click method

Applies to
TGUITestCase

Declaration
Procedure Click;

Implementation

procedure TGUITestCase.Click;
begin
  Assert(GUI <> nil, 'GUI variable not set');
  Click(GUI);
End;


HTML generated by Time2HELP
http://www.time2help.com