How to extract "View source" of a webapp running in Edge IE mode during runtime?
Some of the details we are looking for doesn't show up in OuterHtml but only in the actual source(ViewSource) of the java based webapp that we are working with. OuterHtml trims of lot of details so it won't help us.
Currently, PegaRobotics allows you to extract source of the webapp using "View Source" functionality in Object explorer. As this content is dynamic, we need a way to extract "ViewSource" during runtime so we can parse and get the info we are looking for.
Application is a java based webapp which requires credential to login and run only in Edge IE mode.