문제

Something I have been trying to do and still can't get done. Reading the information typed in a website input field and being able to copy that.

Is there a way I can read the ty

도움이 되었습니까?

해결책

try these articles about using TWebBrowser and delphi to read data from a web page.

다른 팁

Javascript

document.getElementById('input-field-id').value 

returns the contents of an input box. What are you trying to do?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top