In the database there is a table of usernames and passwords from the client’s personal accounts (logins and passwords are issued when concluding a contract with the client, so in fact it is the login and password of the company but also delegated to the client). In each personal account there are reference data that you need to parse in the database and display in the application. At first it was assumed that admins will manually enter each account and enter data through the application, but the more clients the more difficult it is to do manually. The question is - can this be done programmatically? For example, to find on the site textbox IDs login and password and fill in the values ​​from the database and then get the values ​​through regular expressions?

    1 answer 1

    Look towards Selenium

    This is a framework designed for testing, but which can successfully complete your tasks. He is under different languages.

    You will be able to fill in the fields for entering the system, and pull out the data from the fields / pages you need.

    Here is an article describing the initial setup.