Element Exists & Click Activity Took Long time to Execute

Hi,
Checking the Link through element Exists then i have to click the Link.it will working fine in test & UAT Environment but in production it will take too long time to execute . I gave Timeout MS as 1 min & even though it will take more than that…

if any suggestion kinldy let me know

Regards,
Prakash M

just add more time, if production environment takes longer to load then you need to allow for more time. If that makes the processes inefficient then you need to review.

Another possibility is to use a retry loop to try the component a few times, Timeout MS on element Exist is a max timeout, so will only wait up until that time.

@prakaz25 change waitforready interactive to none

let me try.thanks @venkatmalla6

1 Like