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
focus window help
Re: focus window help
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
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
-
- Posts: 2
- Joined: Thu Jan 23, 2025 7:35 pm
Re: focus window help
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?
i'm trying to use the if/then...is
{IsWindowActive(<Window_Facebook>)}
correct?