How to copy webview text

I am getting Json response only in webview. can we copy all of its text and convert into lists.

Provide more detailed response

I have to copy text from a webview

Yes but which you can not copy random things without specifying those things in blocks section

Try some guides

The response can be copied using some extensions or from some Kodular inbuilt components having copy block

they all using web component it is easy to copy from web. however it is no more working. now we have to use webview.

This extension is useful only if you use fingures to select the text. it is not automatic.

You can get the inner html data by evaluating javaScript document.getElementsByTag(“body”).innerHTML;

But you have to manually rectify the html. It is better to use web component where you can directly get the json format