This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:how_works [2020/08/28 18:54] sales created |
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: |
| 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. | ||
| - | {{:wiki:main_window.jpg?600 |Окно программы}} | + | {{:wiki:main_window_en.jpg?600 |Main window of the program}} |
| - | ===== Дерево скриптов ===== | ||
| - | Служит для быстрого доступа к скриптам находящимся в папке My Scripts, которая находится в папке с программой. | + | ===== Tree of script ===== |
| - | ===== Редактор скриптов ===== | + | It is used for quick access to scripts located in the My Scripts folder, which is located in the program folder. |
| - | Используется для редактирования скриптов написанных на всех доступных в программе языках программирования: | + | ===== Script |
| - | ===== Проигрыватель скриптов ===== | + | It is used for editing scripts written in all programming languages available in the program: PHP, C#, Java Script, and Python . |
| - | С помощью проигрывателя скриптов скрипты запускаются на выполнение. То есть последовательно выполняется весь список команд прописанный в скрипте. | + | ===== Script player ===== |
| - | ===== Встроенный браузер ===== | + | Scripts are run using the script player. In other words, the entire list of commands specified in the script is executed sequentially. |
| - | Встроенный браузер, | + | ===== Built-in browser ===== |
| - | ===== Панель отладки ===== | + | 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. |
| - | В Панель Отладки в процессе выполнения скрипта-сценария выводится отладочная информация. | + | ===== Debug panel ===== |
| - | + | ||
| + | Debugging information is output to the Debug Panel during script execution. | ||