# page data doesn't contain all of the HTML that is actually shown
Is there anyway library or gem that could simulate the browser
updating the DOM with the Javascript or any other way I could approach
this short of decoding the obfuscated Javascript file?
# page data doesn't contain all of the HTML that is actually shown
Is there anyway library or gem that could simulate the browser
updating the DOM with the Javascript or any other way I could approach
this short of decoding the obfuscated Javascript file?
Try Selenium or some other remote browser control.