While facing certain idiosyncrasies with browsers, I often have to execute JavaScript commands during testing.
Every now and then, Selenium returns an error stating that there was a JavaScript error without providing any specifics. Is there a method to retrieve more information in order to identify the issue?
Mark