Please provide more insights , how the following input modes run in background?
- Simulate
- Send window messages
- Why some web browser especially banking sites doesn’t works on Simulate method !!
Please provide more insights , how the following input modes run in background?
Simulate and Send Window Messages don’t control the mouse and keyboard (ie Hardware Events) they use API level commands to tell the browser what to do.
Which input modes work and don’t work depend upon the way the web site is built. For banking sites Simulate may be intentionally blocked for security reasons or it could just be a coincidence of how they built the site.