This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:how_works [2020/08/28 19:08] sales |
en:how_works [2026/08/05 22:29] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== How the Human Emulator works? ====== | ====== How the Human Emulator works? ====== | ||
| - | All versions of the program work on the same principle: the script (script) with a list of commands that the program executes in the built-in browser, depending on the version, it is either Internet Explorer or Chromium and Firefox. Scripts-scripts | + | All versions of the program work on the same principle: the script (script) with a list of commands that the program executes in the built-in browser, depending on the version, it is either Internet Explorer or Chromium and Firefox. Scripts are written in one of the four programming languages available in the program - PHP, C#, Java Script (Node.js) and Python. |
| [[en: | [[en: | ||
| Line 7: | Line 7: | ||
| The RT version only has a script player and a built-in browser. | The RT version only has a script player and a built-in browser. | ||
| - | {{: | + | {{: |
| ===== Tree of script ===== | ===== Tree of script ===== | ||
| Line 21: | Line 22: | ||
| Scripts are run using the script player. In other words, the entire list of commands specified in the script is executed sequentially. | Scripts are run using the script player. In other words, the entire list of commands specified in the script is executed sequentially. | ||
| - | ===== Internal | + | ===== Built-in |
| Built-in browser, it can be either Internet Explorer in the classic version of the Human Emulator program, or in the versions of the Studio line it is the chromium and Firefox browsers. The built-in browser runs all the commands written in the script, and it can also be used as a normal browser to work on the Internet. | Built-in browser, it can be either Internet Explorer in the classic version of the Human Emulator program, or in the versions of the Studio line it is the chromium and Firefox browsers. The built-in browser runs all the commands written in the script, and it can also be used as a normal browser to work on the Internet. | ||
| - | ===== The debug panel ===== | + | ===== Debug panel ===== |
| Debugging information is output to the Debug Panel during script execution. | Debugging information is output to the Debug Panel during script execution. | ||