Is it possible to get hyperlink of text using web scraping ?
or is there any extension ?
You can try javascript in webview
can you please explain more
You can inspect the text then find the text class or id and then if class is there then use
Document.getelementbyclassname("class name").textcontent
And if I’d is there then use
Document.getElementById("id").textcontent
You can google about javascript and search on the community about how to implement javascript in webview
1 Like
2 Likes
is it possible to get from this extension
Why won’t you try it and see if it works for you ?
1 Like