Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 21061

Access Task bar

$
0
0

Hi I'm tryign to click the task bar to maximize my application

has anyone had succes doing this?

 

I have this so far but does not seem to work

 

var task = Sys.Process("explorer").Window("Shell_TrayWnd", "", 1).Window("ReBarWindow32", "", 1).Window("MSTaskSwWClass", "Running applications", 1).Window("MSTaskListWClass", "Running applications", 1);

  task.Button("MyApplication").Click();

 

 

thanks


Viewing all articles
Browse latest Browse all 21061

Trending Articles