Type Into Activity Works in Debug Mode Only

Hi there,

I’m having issues with the Type Into activity. For some reason, it only works in debug mode and not in run mode. The selector is as follows:

<java name='Run Financial Reports*' role='internal frame' /><java name='*Report RequiredList of Values' role='text' />

Any thoughts on what could cause these issues? I am on 2018.2.6.

Often when I find something like this works in debug mode, it’s due to the process running slower than with just running it.

Try adding in a delay and run it normally, if this works think about what you can do to watch for certain elements to be available before moving on to the Type Into activity.

1 Like