Is it possible to do this?

I made a macro that clicks and a button every 1 hour plus the macro won’t let me do anything else on the computer while waiting, I can leave the macro in 2 plane so I can watch videos and play games

I wanted the macro to work only in the browser while I browse other locations on the pc

if you have what I should do

1 Like

If you do not use xclick/xtype commands you can use other application in pc because standard selenoum command (click, type, select) do not require focus on screen.

Xclick/Xtype working with xmodules require focus on screen.

A solution to bypass the problem is create a virual machine (virtulbox) and run your macro in virtual machine and continue to use your pc.