Приветствую. Подскажите, у меня у одного проблема с использованием функций? Если использовать 2 и более функции в проекте то он не выполняет никаких действий в первой функции и сразу уходит на вторую.
Проблема существует в режиме запуска (как в режиме многопоточности, так и в 1 поток). В режиме записи программа работает нормально (но там всего один поток и не понятно почему в режиме одного потока в "запуске" программа косячит).
Создал скрипт для теста, тоже самое
ReportBug.xml
sites.txt
Greetings. Tell me pls, does only me have a problem using functions? If you use 2 or more functions in the project, then it does not perform any actions in the first function and immediately goes to the second.
The problem exists in startup mode (both in multi-threading mode and in 1 thread). In the recording mode, the program works fine (but there is only one thread and it is not clear why the program messes up in the "start" mode in one thread mode).
Created a script for the test, the same problem