@support У меня при каждом обновлении или перезапуске проекта выскакивает "Timeout during creating new process". Вообще поработать не получается. Браузер 1. Проект вообще простой открыть сайт, ввести логин, пароль.
I had this problem when working with 2 different projects at the same time running "two instances" so I duplicated the root folder of the program and added 1 shortcut to each folder and I did not have that problem anymore.
@naeem For a sensible answer, I need to know more information. Which JSON file is it and what is it for?
JSON file is easy to create, just click "Write to file", for example, with the name "my_file.json". You can find the content (syntax) of JSON here: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON
Maybe not the best way to do it but you can scrape all possible urls on the page and then add all to a new list then you can take a random line from the list and click it. That would 100% work.