Page 1 of 1

Re: Post a login+pwd form

Posted: Wed Sep 18, 2019 10:15 am
by salvadordf
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.