Hello everyone,
I have a problem that I have been stumbling on for a week:
I have to connect to a database to retrieve the contents, and for this I have a web page, in HTML / JAVA Script, on which I have to click on a button "Log In With SSO". When the button is clicked, another page opens (different each time I log in) on which I can either enter a PID and a password (if it is not registered), or a program (I don't know which one) automatically sends the Windows PID to establish the connection automatically.
I want to do that with LabVIEW, that's to say: opening the first page, enter a command which says "click on the Log With SSO button", then recovers the URL of the new page, and sends the SSO identifier to this new page in order to finally access to the database with LabVIEW.
Is it possible? I know that you can send your User Name and Password in a string to an HTML/JAVA Script page in order to access a database behind, but I don't know if it's possible to send a command "click the button" and get an URL of a new page.
Does someone have an idea?
Thanking you in advance