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:
Comments
Post a Comment