I want to extract sentences after"~"

@akiganai

I would recommend you to learn how to use “Browser DevTools” first.

Using DevTools you can see the DOM (document object model=the internal data structure) of the web pages.

You should read the HTML source carefully before writing any tests. Know your enemy first.

1 Like