How to handling IE 10 Script Error Window?

Hello Everyone!

top picture reference

test env.
Internet Explorer 10 Korean

Internet Explorer Option > advance tabs > Browsing category >
Display a notification about every script error Check true

I tried acceptAlert() and getWindowIndex()
but acceptAlert is not working
and getWindowIndex just return value 0
(this means, not detecting script error window)

Direction Question :
How to handling this window?

Thx for reading

44.png

I don’t understand Korean, and I don’t know how to answer the question, but here is an English version of what appears to be the same dialogue (different script obviously) hopefully this makes it easier for someone else to answer the question.

https://i.stack.imgur.com/eulgt.png

dave said:

I don’t understand Korean, and I don’t know how to answer the question, but here is an English version of what appears to be the same dialogue (different script obviously) hopefully this makes it easier for someone else to answer the question.

https://i.stack.imgur.com/eulgt.png

yes that’s window correct thx for link
anybody answer to me

Have you followed all required instructions to setup IE from our documentation page?

Vinh Nguyen said:

Have you followed all required instructions to setup IE from our documentation page?

yes i tried IE Configuration tutorial
but How to handling script error window not found

I used an indirect method of forcing windows to close using WebDriver as an expedient.

Is there a better way?