Re: lets talk about typing in browser
Posted: Mon May 20, 2019 12:45 pm
Hi,
Some of those functions only work if TChromium is in OSR mode.
Use the SimpleOSRBrowser demo and use these functions in your tests : TChromium.SendKeyEvent, TChromium.SendMouseWheelEvent, TChromium.SendMouseClickEvent, TChromium.SendMouseMoveEvent, etc.
Create a log of all the calls to those functions in the SimpleOSRBrowser demo and you will be able to reproduce the same key and mouse events at a later time.
Some of those functions only work if TChromium is in OSR mode.
Use the SimpleOSRBrowser demo and use these functions in your tests : TChromium.SendKeyEvent, TChromium.SendMouseWheelEvent, TChromium.SendMouseClickEvent, TChromium.SendMouseMoveEvent, etc.
Create a log of all the calls to those functions in the SimpleOSRBrowser demo and you will be able to reproduce the same key and mouse events at a later time.