1

Possible Duplicate:
capturing javascript error in selenium

can we capture/automate the js errors thrown in browser while clicking the page .Is it possible to capture with selenium (as far my knowledge i think no!)

Community
  • 1
  • 1
sasikumar
  • 567
  • 2
  • 8
  • 28

2 Answers2

1

You can detect JavaScript error using Selenium. Following blog will be great help to you http://incodewetrustinc.blogspot.com/2008/06/detecting-javascript-errors-with.html

Pravin
  • 1,059
  • 8
  • 17
1

Well I'll repost it here again. You can do it by handling window.onerror event. See the following link http://www.silverwareconsulting.com/index.cfm/2010/6/7/Checking-for-JavaScript-Errors-with-Selenium. But anyway, this question is possibly duplicate with this one.

Community
  • 1
  • 1