- Регистрация
- 10.03.2022
- Сообщения
- 201
- Благодарностей
- 13
- Баллы
- 18
I'm having an issue running a Ctrl+C and Ctrl+V function in C# that someone shared here. The problem is that when using multiple tabs, one tab picks up content from another. Additionally, if I'm using the computer, my Ctrl+C and Ctrl+V get overwritten with the bot's data.
I've already tried adding (set) (get) and reducing the quality to make it post the text all at once. I also tried using a key stroker, but when I do that, the site stops working.
Does anyone have another tip that could help? I was thinking of creating a function where one bot reads and waits for the other bot to complete that step before continuing. That way, one wouldn't use the other's thread data.
The question is, how can I do this? Or is there another approach you recommend?
Thanks!
I've already tried adding (set) (get) and reducing the quality to make it post the text all at once. I also tried using a key stroker, but when I do that, the site stops working.
Does anyone have another tip that could help? I was thinking of creating a function where one bot reads and waits for the other bot to complete that step before continuing. That way, one wouldn't use the other's thread data.
The question is, how can I do this? Or is there another approach you recommend?
Thanks!