Process Not Typing Value inside Library Code

I have many processes that include a homemade library package of repeated support processes.

In this example, my main project calls a support process from the library to login to a website. When I run the project as a whole, it gets to the login screen but does not type in the password, but does not fail until it clicks sign in and the password is not present.

However, when I run the login support process from library by itself outside of the main project, it runs perfectly fine and logs into the website. Additionally, this same Login support process works inside of other main projects.

Does anybody have any idea what might be happening here? Thanks

Hi,

Try to check the dependencies once and also try to update the libraries and packages once in both the main project and support process.
Review the configuration settings as well.

2 Likes

I ended up fixing it, I needed to update a package dependency. Thanks for your help

2 Likes

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