focus window help

Discuss RoboTask here
Post Reply
Whimsywordsearch
Posts: 2
Joined: Thu Jan 23, 2025 7:35 pm

focus window help

Post by Whimsywordsearch »

Hi,
I’m new to robotask and so far I like everything but I need to know if there is a way that:
if a window is not in focused, is there a way to skip ahead to the next action.
like if facebook is in focused have the mouse move here
if not, go to next action .
Thanks so much
Oleg
Site Admin
Posts: 3183
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: focus window help

Post by Oleg »

Look at the "Check for window" action.
Then you can use "If..then" to choose next operation

Also there is {IsWindowActive(<Window_Title>)} variable. It checks window by part of window caption. It returns TRUE or FALSE
Oleg Yershov
Whimsywordsearch
Posts: 2
Joined: Thu Jan 23, 2025 7:35 pm

Re: focus window help

Post by Whimsywordsearch »

Sorry to bother you, I like this software so much, but I have to figure out if it can do everything I need. I have a physical disability, so sending my mouse to different spots on different websites helps so much. Do you think this looks right?

i'm trying to use the if/then...is
{IsWindowActive(<Window_Facebook>)}

correct?
Oleg
Site Admin
Posts: 3183
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: focus window help

Post by Oleg »

I think so.
Oleg Yershov
Post Reply