Re: Post a login+pwd form
Posted: Wed Sep 18, 2019 10:15 am
Hi,
Use a JavaScript script to find the form, username and password elements and then set the values.
You can execute that script with TChromium.ExecuteJavaScript in the TChromium.OnLoadEnd event.
Use a JavaScript script to find the form, username and password elements and then set the values.
You can execute that script with TChromium.ExecuteJavaScript in the TChromium.OnLoadEnd event.