purva1192 0 Report post Posted February 1, 2017 Hi, I am using Wapt Pro 4.3 (64 bit) in Windows 10. I am recording my application in Google Chrome using the wapt tool. When I try to record the url https://apps.xyz.com/?email=random@test.com&lang=en#_frmOne it only records the url and takes in the URL parameter as email - random@test.com lang - en The responseBody displays "Enable Javascript on your browser and refresh this page." The javascript is enabled on Chrome, but still it does not record the entire URL. Hence I cannot access the HTML content of that page. Am I doing something wrong? Is there a way I access the page? Thanks. Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted February 1, 2017 If you want to see HTML content of the page switch the view in "View as" combobox from "Browser view" to "Text". Quote Share this post Link to post Share on other sites
purva1192 0 Report post Posted February 1, 2017 I did that. But it doesn't even record the entire URL. it only records https://apps.xyz.com...lang=en and doesn't even record the #_frmOne part of the url. Hence I am not able to get the actual HTML content of that form. Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted February 2, 2017 # is a hash mark. The part of URL after hash mark is never send to a server. You can find more in https://en.wikipedia.org/wiki/Fragment_identifier Quote Share this post Link to post Share on other sites