i need to find numbers in a webpage. does anyone know what function i need to use?
ive already tried FindText and IsUpText.
ive included {.include Srl/Srl.scar}
and SetupSRL;
i dont know what to do
if (IsUpText('5852'))then
begin
ClickMouse(750, 390, True)
Wait(500);
SendKeys('y71');
Wait(500);
ClickMouse(800, 388, True)
Writeln('yay');
end;


Reply With Quote







