How To Get Response Content In Webviwer Like Web Component?

Load your website in webviewer then execute the code below in javascript evaluate it will return source code

document.getElementsByTagName('html')[0].outerHTML
1 Like