First I recorded a script against my "Rich" Internett Application having Wickets and JavaScripts and it did not go very well at replay. However, recording in URL mode solved a lot of these issues. Why is that? In general I assume that my script recorded in URL mode did capture things like:
web_url("bootstrap-collapse-ver-12312478469.js"
.
.
.
"RecContentType=text/JavaScript",
and these calls to i.e. JavaScript manipulating the web page made the page recognizabel the the replay because the Javascripts where actually executed during replay. In HTML mode these Javascripts where not executed (not seing them in my script after recording), and hence the page did not have the proper state for the replay to recognize it?
Is my assumption correct?