How do I invoke button clicks within page content of a TWebBrowser
? I have found this code for VCL and an older version of Delphi:
WebBrowser.OleObject.Document.GetElementByID('ID HERE').Click;
I am using XE5, developing for Android and iOS so I can not use the above code. Any help or suggestions would be much appreciated. Thanks !