gagangoomer Posted May 26, 2014 Report Share Posted May 26, 2014 Hi, I'm unable to read the data under a field. I tried everything under the Window Controls option in MEP. It seems like the Ctrl + C field is disabled while i try to capture the data from this field. However when i right click on the text to copy i'm able to copy the data. How can i capture the text from the below list option. It's same as reading data from a list box in HTML.Below are the Snippts from the application. Please let me kow if you need more details. Regards, Gagan Quote Link to comment Share on other sites More sharing options...
joe Posted May 31, 2014 Report Share Posted May 31, 2014 Is this an online HTML app ypu are trying to access or a local, non-HTML, client-side app (like an exe or something)? Quote Link to comment Share on other sites More sharing options...
Cory Posted May 31, 2014 Report Share Posted May 31, 2014 Nothing I can think would work in MEP easily. I use a WebBrowser control for these things in .NET but that's not going to be a useful suggestion to you. One thing I could think of doing is using OCR. I use Tesseract, a free command line OCR utility for some simple CAPTCHA challenge solutions and I could imagine capturing a screen region and running OCR on it effectively since the text is clean. Quote Link to comment Share on other sites More sharing options...
gagangoomer Posted June 16, 2014 Author Report Share Posted June 16, 2014 Thanks guys...i got the solution to this. Quote Link to comment Share on other sites More sharing options...
stackexchange Posted July 3, 2014 Report Share Posted July 3, 2014 what was your solution? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.