Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想解析包含 Javascript / JQuery / AJAX 的不同网站。我在 Python 中有哪些选择?我看过几个不同的图书馆,但我想知道,哪个是最好的?
您始终可以将selenium / splinter与xvfb一起使用;)
your_bash_script.sh:
#!/usr/bin/env bash set -e xvfb-run --server-args="-screen 0 1024x768x24" python your_parse_script.py