Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Post a login+pwd form

Post Reply
User avatar
salvadordf
Posts: 4565
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Post a login+pwd form

Post 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.
Post Reply