Project ID:
468311
Project Type:
Fixed
Budget:
$30-$250 USD
Project Description:
Hello,
I have OLE Variant or IWebBrowser2 IE created with CreateOleObject('InternetExplorer.Application');
I open page like hotmail in this web browser, then press Register there.
Then I need my program searchs in DOM tree for Captcha image with 'hipImageDirect' in src and finds image there.
it is like
IE2.document.all....... etc.
we have image DOM position.
Then I need to get image data (in JPEG format BASE64 text )
I have 2 not working solutions
1. Clipboard. Good method, but some Windows Says Clipboard access alert.
2. IE Cache. Sometimes pictures are not saved in cache. I don't know why.
3. Screen capture. If we have screen saver it will return black image. Even if I tried to disable it.
What can you do ?
Skills required:
Delphi,
Windows Desktop