Python Browser Emulator with JS Support

I want to get some data from the site. I usually use mechanize for such things, but now the site provides data with JS. Alas, mechanize does not support it.

What can i use instead?

+3
python mechanize
source share
1 answer

Here are a few options:

Here are some sample code:

+7
source share

All Articles