Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)

I'm working with Word & Excel within UiPath.

But opening these applications takes approximately 20 seconds?

I created a test XAML file with just 2 activities

  1. Open App
  2. Message box

Properties for Open App File Name : "C:\Program Files (x86)\Microsoft Office\Office12\WINWORD.EXE" Selector :

It takes about 20 seconds ... no error message ... just a 20-second wait ?!?!

I have tested opening Word using the Windows Run command ... it opens immediately!

1 Answer

0 votes
by (29.5k points)

See the open application does two steps: first it opens the application, second, it will search for the selector to create a target element for further use the default time-out is 30 seconds hence the slow response, so what I am basically saying is this is happening due to the selector that you are using.

A workaround would be using the start process activity if you do not need the scope activity.

Related questions

Browse Categories

...