To read pop message... - Forum

Forum Navigation
You need to log in to create posts and topics.

To read pop message...

Can the masters help me?

How can I read, any web sites pop message  with NB ?

Thank from now...

Hi @gemlik and welcome to the forums.
Plase can you elaborate a bit more? I can't understand your question.
Regards.

Hi @luishp !

Thank you for your interest. I explain my question ;

There is a web site. When it fire alarm notification, I want to read notification message.

Than I want use it message my Neobook application.

Sorry my poor English !

Uploaded files:
  • You need to login to have access to uploads.

@gemlik I have moved your question to the appropiAte forum section. I think it's not possible to help you with such a few information but perhaps someone will be able to do so.

Regards

Hello,

That can be a quite complex task. When the popup message window is a real window for the Microsoft windows API, then you might be able to search for that window. The you would have a handle to the window. But when you want to read text from the window, the question is that the shown text real text or a bitmap. You could take a screenshot of the window, but then you would need an OCR text recognition to get text out of a bitmap. So various plugins or external software might be needed. As said it is a very complex task. Do you really want to take the challenge?

Regards

Hans-Peter

 

Thank you @Hans-Peter for your reply.

I understand well

I started a job bigger than my size.

Regards...

-gemlik

Hello,

I only want to let you understand the task.

I made a similar automation project for our internal ERP-Host to automate tasks.

There I had to check for popup error windows.

Besides OCR recognition you can also take small hardcopy/Screenshot and do image-compare to get content based decisions.

Therefor I used several of my plugins.

Regards

Hans-Peter

CN_Iceman has reacted to this post.
CN_Iceman