How to run multiple webbrowsers each simultaneously performing their own automated tasks with mouse cursors specifically?

61 Views Asked by At

So far I have used python, selenium and pyautogui, and I want to run lots of webbrowsers performing their own tasks with mouse cursors on various websites to simulate normal human use of websites. In Windows OS it is also possible to have, as far as I know, only one mouse cursor.

I don't know how to either create these separate environments running in the background with each having their own mouse cursor - or I don't know and cannot find any other approach to achieve that. In the screenshot below I'm sending a fragment of a youtube video on which someone has achieved smth like that and I propably might need smth quite the same. How to do that? enter image description here

1

There are 1 best solutions below

2
Morddekaiser On

Have you considered using virtual machines to achieve this as each virtual machine will be independent and that way you can deploy as needed. although this can be resource intensive so i would recommend allocating only the resources needed. to save time you can create one virtual machine and then duplicate it. you can use a manager to swap between the different machines otherwise paid software would be the easiest and cleanest way to achieve that goal.