I am now motivated to explore a coding language so that I can make the best solution possible. But I am not sure of the capabilities of all coding langugages, so I am asking for advice.
I want to automate some of the daily processes I do at the office. There is an external database on the internet that we use. We access it with a smart card and secured http.
In short, these are the actions that I do each time I restart the browser or a session ends:
- Open a Secured HTTP. /....jsp
- After being promted I choose an installed certificate
- A smart card is called and I enter a PIN. /charismatics smart security interface/
- The page asks me to log in with a username and password.
- I open the desired link.
- I extract the data from the opened webpage manually.
Is it possible to have all these action automated by code?
THANK YOU FOR ANY SUPPORT