Different experience for same workflow on different stations

We have created a WF with HTML GUI management.
When running from some stations, works as expected. Running with an agent, does not detect Xpath or any other settings like Class, Name, Link Text, etc. to click on.
WIth SPY, could identify Class, but not with other options. Using the Class with the WF, it does not detect it.
Installed PS on the same computer and same issue.
Someone experienced something similar? What could be the issue?

Hints are very much appreciated.

Reinstalled Google Chrome, same issue.
Edge version 117 is still not supported.
WIllem

1 Like

Hi! Willem,

There could be a synchronization issue (system performance).

Please try increasing the values Page Load Timeout and Delay in the Start Browser step as highlighted below.

1 Like

Hi Willem,

As you mentioned, installed PS on agent machine and getting same issue.
Could you try with another system as well as test in Firefox browser.

1 Like

Thanks for the replies.
Tried all those suggestions. Even 60000 delay. The system just hangs in there.
Tried with Firefox as well.
About Dynamic Xpath, could you explain more of what that is or how to implement it?
On 2 systems works OK. One it does not.
Best regards.

1 Like

Hi! Willem

Dynamic Xpath is used when we need to enter dynamic value or values.

Please check if these help:

For e.g. the following is a dynamic Xpath in the reference above -
xpath=//form[input/@name=‘username’

You can also use Modified Java Script to prepare dynamic Xpath

1 Like