vb.net - Disable webpage error messages vb app -


i´m developing visual basic forms application, call "robot", , have problems it.

the robot has webrowser object navigates website , searches info. while navigating website message box title "message webpage" appears reporting exception has ocurred, says "javax.norowavailableexception on row #xx server...". message box stops robot execution. when press ok button , message box closes, robot goes on.

the question is: ¿how can disable or ignore message box errors? need robot work without stoping.

thank !!

sounds script of website displaying errors using javascript alert. can disable messagebox shown these errors in webbrowser control setting scripterrorssuppressed property true.

see following link on msdn:

https://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.scripterrorssuppressed(v=vs.110).aspx


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -