Runtime Execution Error_application arguments Change

Dear all,
There is an error like below. I checked the “Use application” progress and found that the application arguments will change every time. Is there a method to capture a dynamic application?
Enclosed are two different application arguments:

image

@jackie.yue

You can make the url or file pth as variable and also in selector you can use wild cards

Cheers

Thanks Anil, But how to set the variable file path value? The application is a popped up window when clicked the search button below.

@jackie.yue

Does that pop up has any static charcters in title or any other attributes…if so then use wildcards and thise static values

I was mentioning variables in the assumption that you are opening a new app…

Cheers

Thanks Anil,
Yes the tititle below will stay the same everytime. But how to use wildcards and thise static values?
There is no wording related the title in the application arguments.
image

@jackie.yue

Then please use another use application activity and indicate this pop up window…say the title is mainwindow and if you feel main is not constant then use *window

Cheers

The tile is the same.

@jackie.yue

Even the pop up has the same name?

If so …try to give idx=‘2’ for the second window

Cheers

Yes, the window pop up after click the search window below. I think they are the same window.
It is different with the window below it.
Is there a method to capture the pop up window?
It is wired that there is no error another day.
image

@jackie.yue

If the window name for parent and child window are same then use idx=‘2’ if no other different attribute is found

If they are different ideally whrn you indicate using use application or browser you would get selector and you can remove application path and all

Cheers

Thanks Anil,
The problem has been solved and it mainly because there is a surplus click process before this pop up application.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.